├── .gitignore ├── User ├── inc │ ├── define.h │ ├── types.h │ ├── config.h │ ├── module.h │ ├── stm32f10x.h │ ├── message.h │ ├── tool.h │ └── stm32f10x_it.h └── src │ ├── main.c │ ├── tool.c │ ├── stm32f10x_it.c │ └── module.c ├── UCGUI ├── WM │ ├── WM.c │ ├── WM.h │ ├── WMTouch.c │ ├── WM_DIAG.c │ ├── WM_GUI.h │ ├── WM_Hide.c │ ├── WM_Move.c │ ├── WM_Show.c │ ├── WMMemDev.c │ ├── WM_GetId.c │ ├── WM_GetOrg.c │ ├── WM_Intern.h │ ├── WM_OnKey.c │ ├── WM_Paint.c │ ├── WM_SetId.c │ ├── WM_SetSize.c │ ├── WM_Timer.c │ ├── WM_Broadcast.c │ ├── WM_GetFlags.c │ ├── WM_GetParent.c │ ├── WM_HasFocus.c │ ├── WM_IsEnabled.c │ ├── WM_IsVisible.c │ ├── WM_IsWindow.c │ ├── WM_MakeModal.c │ ├── WM_SetAnchor.c │ ├── WM_SetFocus.c │ ├── WM_SetTrans.c │ ├── WM_SetXSize.c │ ├── WM_SetYSize.c │ ├── WM_StayOnTop.c │ ├── WM_UserData.c │ ├── WM_Validate.c │ ├── WM__IsChild.c │ ├── WM_AttachWindow.c │ ├── WM_BringToTop.c │ ├── WM_EnableWindow.c │ ├── WM_ForEachDesc.c │ ├── WM_GetBkColor.c │ ├── WM_GetDiagInfo.c │ ├── WM_GetScrollbar.c │ ├── WM_HasCaptured.c │ ├── WM_IsFocussable.c │ ├── WM_MoveChildTo.c │ ├── WM_NotifyParent.c │ ├── WM_ResizeWindow.c │ ├── WM_Screen2Win.c │ ├── WM_SendToParent.c │ ├── WM_SetCallback.c │ ├── WM_SetCapture.c │ ├── WM_SetScrollbar.c │ ├── WM_SetpfPollPID.c │ ├── WM__ForEachDesc.c │ ├── WM__GetOrg_AA.c │ ├── WM__IsAncestor.c │ ├── WM__IsEnabled.c │ ├── WM__SendMessage.c │ ├── WM_BringToBottom.c │ ├── WM_CheckScrollPos.c │ ├── WM_CriticalHandle.c │ ├── WM_GetClientRect.c │ ├── WM_GetDialogItem.c │ ├── WM_GetFirstChild.c │ ├── WM_GetInsideRect.c │ ├── WM_GetInvalidRect.c │ ├── WM_GetNextSibling.c │ ├── WM_GetPrevSibling.c │ ├── WM_GetScrollState.c │ ├── WM_GetWindowRect.c │ ├── WM_GetWindowSize.c │ ├── WM_Intern_ConfDep.h │ ├── WM_SetCaptureMove.c │ ├── WM_SetCreateFlags.c │ ├── WM_SetScrollState.c │ ├── WM_SetTransState.c │ ├── WM_TimerExternal.c │ ├── WM_ValidateWindow.c │ ├── WM__Screen2Client.c │ ├── WM_GetClientWindow.c │ ├── WM_GetDesktopWindow.c │ ├── WM_GetFocussedWindow.c │ ├── WM_GetScrollPartner.c │ ├── WM_PID__GetPrevState.c │ ├── WM_SendMessageNoPara.c │ ├── WM_SetDesktopColor.c │ ├── WM_SetUserClipRect.c │ ├── WM__GetFirstSibling.c │ ├── WM__GetFocussedChild.c │ ├── WM__GetLastSibling.c │ ├── WM__GetPrevSibling.c │ ├── WM__NotifyVisChanged.c │ ├── WM_GetDesktopWindowEx.c │ ├── WM_IsCompletelyVisible.c │ ├── WM_SetFocusOnNextChild.c │ ├── WM_SetFocusOnPrevChild.c │ ├── WM__SendMessageNoPara.c │ ├── WM__SendMessageIfEnabled.c │ ├── WM__UpdateChildPositions.c │ └── WM_GetInsideRectExScrollbar.c ├── Core │ ├── GUI.h │ ├── LCD.c │ ├── LCD.h │ ├── GUI_X.h │ ├── LCDAA.c │ ├── LCDP1.c │ ├── GUI2DLib.c │ ├── GUIAlloc.c │ ├── GUIArc.c │ ├── GUIChar.c │ ├── GUICharM.c │ ├── GUICharP.c │ ├── GUICirc.c │ ├── GUICore.c │ ├── GUICurs.c │ ├── GUIDebug.h │ ├── GUIEncJS.c │ ├── GUIPolyE.c │ ├── GUIPolyM.c │ ├── GUIPolyR.c │ ├── GUITask.c │ ├── GUITime.c │ ├── GUITimer.c │ ├── GUIType.h │ ├── GUIUC0.c │ ├── GUIVal.c │ ├── GUIValf.c │ ├── GUI_BMP.c │ ├── GUI_Exec.c │ ├── GUI_Goto.c │ ├── GUI_Log.c │ ├── GUI_PID.c │ ├── GUI_Pen.c │ ├── GUI_SIF.c │ ├── GUI_UC.c │ ├── GUI_VNC.h │ ├── GUI_Warn.c │ ├── LCDColor.c │ ├── LCDGetP.c │ ├── LCDInfo.c │ ├── LCDInfo0.c │ ├── LCDInfo1.c │ ├── LCDL0Mag.c │ ├── LCDRLE4.c │ ├── LCDRLE8.c │ ├── LCDSIM.h │ ├── LCD_API.c │ ├── GUIRealloc.c │ ├── GUIStream.c │ ├── GUIVersion.h │ ├── GUI_AddBin.c │ ├── GUI_AddDec.c │ ├── GUI_AddHex.c │ ├── GUI_MOUSE.c │ ├── GUI_OnKey.c │ ├── GUI_SetOrg.c │ ├── GUI_TOUCH.c │ ├── GUI__Read.c │ ├── GUI__Wrap.c │ ├── LCDL0Delta.c │ ├── LCD_GetEx.c │ ├── LCD_Mirror.c │ ├── LCD_SetAPI.c │ ├── GUICharLine.c │ ├── GUI_AddDecMin.c │ ├── GUI_CursorPal.c │ ├── GUI_DispBin.c │ ├── GUI_DispCEOL.c │ ├── GUI_DispChar.c │ ├── GUI_DispChars.c │ ├── GUI_DispHex.c │ ├── GUI_DrawGraph.c │ ├── GUI_DrawHLine.c │ ├── GUI_DrawPie.c │ ├── GUI_DrawPixel.c │ ├── GUI_DrawVLine.c │ ├── GUI_ErrorOut.c │ ├── GUI_FillRect.c │ ├── GUI_GetColor.c │ ├── GUI_GetFont.c │ ├── GUI_InitLUT.c │ ├── GUI_IsInFont.c │ ├── GUI_MergeRect.c │ ├── GUI_MoveRect.c │ ├── GUI_Private.h │ ├── GUI_Protected.h │ ├── GUI_SIF_Prop.c │ ├── GUI_SelectLCD.c │ ├── GUI_SetColor.c │ ├── GUI_SetFont.c │ ├── GUI_WaitEvent.c │ ├── GUI_WaitKey.c │ ├── GUI__SetText.c │ ├── GUI__memset.c │ ├── GUI__memset16.c │ ├── GUI__strcmp.c │ ├── GUI__strlen.c │ ├── LCD_DrawVLine.c │ ├── LCD_Private.h │ ├── LCD_Protected.h │ ├── LCD_Rotate180.c │ ├── LCD_RotateCCW.c │ ├── LCD_RotateCW.c │ ├── LCD_SelectLCD.c │ ├── GUIColor2Index.c │ ├── GUIIndex2Color.c │ ├── GUI_AddDecShift.c │ ├── GUI_ClearRectEx.c │ ├── GUI_CursorPalI.c │ ├── GUI_DispString.c │ ├── GUI_DrawBitmap.c │ ├── GUI_DrawRectEx.c │ ├── GUI_FillPolygon.c │ ├── GUI_FillRectEx.c │ ├── GUI_FontIntern.h │ ├── GUI_GetDispPos.c │ ├── GUI_GetFontInfo.c │ ├── GUI_GetTextMode.c │ ├── GUI_InvertRect.c │ ├── GUI_SaveContext.c │ ├── GUI_SelectLayer.c │ ├── GUI_SetDecChar.c │ ├── GUI_SetDefault.c │ ├── GUI_SetDrawMode.c │ ├── GUI_SetLBorder.c │ ├── GUI_SetLUTColor.c │ ├── GUI_SetLUTEntry.c │ ├── GUI_SetTextMode.c │ ├── GUI__ReduceRect.c │ ├── LCD_L0_Generic.c │ ├── GUI_AddKeyMsgHook.c │ ├── GUI_BMP_Serialize.c │ ├── GUI_CalcColorDist.c │ ├── GUI_Color2VisColor.c │ ├── GUI_ConfDefaults.h │ ├── GUI_CursorArrowL.c │ ├── GUI_CursorArrowLI.c │ ├── GUI_CursorArrowLPx.c │ ├── GUI_CursorArrowM.c │ ├── GUI_CursorArrowMI.c │ ├── GUI_CursorArrowMPx.c │ ├── GUI_CursorArrowS.c │ ├── GUI_CursorArrowSI.c │ ├── GUI_CursorArrowSPx.c │ ├── GUI_CursorCrossL.c │ ├── GUI_CursorCrossLI.c │ ├── GUI_CursorCrossLPx.c │ ├── GUI_CursorCrossM.c │ ├── GUI_CursorCrossMI.c │ ├── GUI_CursorCrossMPx.c │ ├── GUI_CursorCrossS.c │ ├── GUI_CursorCrossSI.c │ ├── GUI_CursorCrossSPx.c │ ├── GUI_CursorHeaderM.c │ ├── GUI_CursorHeaderMI.c │ ├── GUI_DispStringAt.c │ ├── GUI_DispStringLen.c │ ├── GUI_DrawBitmapEx.c │ ├── GUI_DrawBitmapExp.c │ ├── GUI_DrawBitmapMag.c │ ├── GUI_DrawFocusRect.c │ ├── GUI_DrawPolyline.c │ ├── GUI_GetClientRect.c │ ├── GUI_GetFontSizeY.c │ ├── GUI_GetLineStyle.c │ ├── GUI_GetStringDistX.c │ ├── GUI_GetTextAlign.c │ ├── GUI_GetTextExtend.c │ ├── GUI_GetYSizeOfFont.c │ ├── GUI_RectsIntersect.c │ ├── GUI_SetColorIndex.c │ ├── GUI_SetLUTColorEx.c │ ├── GUI_SetLineStyle.c │ ├── GUI_SetPixelIndex.c │ ├── GUI_SetTextAlign.c │ ├── GUI_SetTextStyle.c │ ├── GUI_UC_DispString.c │ ├── GUI_UC_EncodeNone.c │ ├── GUI_UC_EncodeUTF8.c │ ├── GUI__AddSpaceHex.c │ ├── GUI__CalcTextRect.c │ ├── GUI__DivideRound.c │ ├── GUI__DivideRound32.c │ ├── GUI__GetFontSizeY.c │ ├── GUI__GetNumChars.c │ ├── GUI__HandleEOLine.c │ ├── GUI__IntersectRect.c │ ├── LCD_ConfDefaults.h │ ├── LCD_DrawBitmap_565.c │ ├── LCD_GetColorIndex.c │ ├── LCD_GetNumDisplays.c │ ├── LCD_GetPixelColor.c │ ├── LCD_Index2ColorEx.c │ ├── LCD_MixColors256.c │ ├── LCD_SetClipRectEx.c │ ├── GUI_ALLOC_AllocInit.c │ ├── GUI_ALLOC_AllocZero.c │ ├── GUI_CursorHeaderMPx.c │ ├── GUI_DispStringAtCEOL.c │ ├── GUI_DispStringInRect.c │ ├── GUI_GetVersionString.c │ ├── GUI_MOUSE_DriverPS2.c │ ├── GUI_TOUCH_StoreState.c │ ├── GUI__IntersectRects.c │ ├── LCDP565_Index2Color.c │ ├── LCDPM565_Index2Color.c │ ├── LCD_DrawBitmap_M565.c │ ├── GUI_DispStringHCenter.c │ ├── GUI_DispStringInRectEx.c │ ├── GUI_DispStringInRectMax.c │ ├── GUI_GetBitmapPixelColor.c │ ├── GUI_GetBitmapPixelIndex.c │ ├── GUI_TOUCH_DriverAnalog.c │ ├── GUI_TOUCH_StoreUnstable.c │ └── LCD_UpdateColorIndices.c ├── Font │ ├── F08_1.c │ ├── F10_1.c │ ├── F13_1.c │ ├── F16_1.c │ ├── F24_1.c │ ├── F32_1.c │ ├── F4x6.c │ ├── F6x8.c │ ├── F8x16.c │ ├── F8x8.c │ ├── FD32.c │ ├── FD48.c │ ├── FD64.c │ ├── FD80.c │ ├── F10S_1.c │ ├── F13B_1.c │ ├── F13HB_1.c │ ├── F13H_1.c │ ├── F16B_1.c │ ├── F16_1HK.c │ ├── F16_HK.c │ ├── F24B_1.c │ ├── F32B_1.c │ ├── F8x13_1.c │ ├── F8x15B_1.c │ ├── FD24x32.c │ ├── FD36x48.c │ ├── FD48x64.c │ ├── FD60x80.c │ ├── F08_ASCII.c │ ├── F10S_ASCII.c │ ├── F10_ASCII.c │ ├── F13B_ASCII.c │ ├── F13H_ASCII.c │ ├── F13_ASCII.c │ ├── F16B_ASCII.c │ ├── F16_ASCII.c │ ├── F24B_ASCII.c │ ├── F24_ASCII.c │ ├── F32B_ASCII.c │ ├── F32_ASCII.c │ ├── F13HB_ASCII.c │ ├── F8x10_ASCII.c │ ├── F8x12_ASCII.c │ ├── F8x13_ASCII.c │ ├── F8x15B_ASCII.c │ ├── FComic18B_1.c │ ├── FComic24B_1.c │ ├── FComic18B_ASCII.c │ ├── FComic24B_ASCII.c │ └── CCGUIFont.BAT ├── GUI_X │ ├── GUI_X.c │ ├── GUI_X_Touch.c │ └── GUI_X_uCOS.c ├── JPEG │ ├── GUI_JPEG.c │ ├── Image │ │ ├── testimg.bmp │ │ ├── testimg.jpg │ │ ├── testimgp.jpg │ │ ├── testorig.jpg │ │ └── testprog.jpg │ ├── jversion.h │ └── CCGUIJPG.bat ├── Widget │ ├── BUTTON.c │ ├── BUTTON.h │ ├── DIALOG.c │ ├── DIALOG.h │ ├── EDIT.c │ ├── EDIT.h │ ├── HEADER.c │ ├── HEADER.h │ ├── MENU.c │ ├── MENU.h │ ├── RADIO.c │ ├── RADIO.h │ ├── SLIDER.c │ ├── SLIDER.h │ ├── TEXT.c │ ├── TEXT.h │ ├── WIDGET.c │ ├── WIDGET.h │ ├── WINDOW.c │ ├── CHECKBOX.c │ ├── CHECKBOX.h │ ├── DROPDOWN.c │ ├── DROPDOWN.h │ ├── EDITBin.c │ ├── EDITDec.c │ ├── EDITHex.c │ ├── FRAMEWIN.c │ ├── FRAMEWIN.h │ ├── GUI_DRAW.c │ ├── GUI_HOOK.c │ ├── GUI_HOOK.h │ ├── LISTBOX.c │ ├── LISTBOX.h │ ├── LISTVIEW.c │ ├── LISTVIEW.h │ ├── PROGBAR.c │ ├── PROGBAR.h │ ├── BUTTON_BMP.c │ ├── BUTTON_Get.c │ ├── EDITFloat.c │ ├── EDIT_Create.c │ ├── EDIT_SetSel.c │ ├── GUI_ARRAY.c │ ├── GUI_ARRAY.h │ ├── GUI_EditBin.c │ ├── GUI_EditDec.c │ ├── GUI_EditHex.c │ ├── HEADER_BMP.c │ ├── MENU_Attach.c │ ├── MENU_Popup.c │ ├── MESSAGEBOX.c │ ├── MESSAGEBOX.h │ ├── MULTIEDIT.c │ ├── MULTIEDIT.h │ ├── MULTIPAGE.c │ ├── MULTIPAGE.h │ ├── RADIO_Image.c │ ├── SCROLLBAR.c │ ├── SCROLLBAR.h │ ├── TEXT_Create.c │ ├── BUTTON_Bitmap.c │ ├── BUTTON_Create.c │ ├── DIALOG_Intern.h │ ├── EDIT_Default.c │ ├── EDIT_Private.h │ ├── FRAMEWIN_Get.c │ ├── GUI_DRAW_BMP.c │ ├── GUI_DRAW_Self.c │ ├── GUI_EditFloat.c │ ├── HEADER_Bitmap.c │ ├── HEADER_Create.c │ ├── LISTBOX_Font.c │ ├── MENU_Default.c │ ├── MENU_GetItem.c │ ├── MENU_Private.h │ ├── MENU_SetFont.c │ ├── MENU_SetItem.c │ ├── RADIO_Create.c │ ├── RADIO_Default.c │ ├── RADIO_Private.h │ ├── RADIO_SetFont.c │ ├── RADIO_SetText.c │ ├── SLIDER_Create.c │ ├── TEXT_Private.h │ ├── TEXT_SetFont.c │ ├── TEXT_SetText.c │ ├── BUTTON_Default.c │ ├── BUTTON_IsPressed.c │ ├── BUTTON_Private.h │ ├── BUTTON_SelfDraw.c │ ├── CHECKBOX_Create.c │ ├── CHECKBOX_Default.c │ ├── CHECKBOX_Image.c │ ├── CHECKBOX_Private.h │ ├── CHECKBOX_SetFont.c │ ├── CHECKBOX_SetText.c │ ├── DROPDOWN_Create.c │ ├── DROPDOWN_Private.h │ ├── EDIT_GetNumChars.c │ ├── FRAMEWIN_AddMenu.c │ ├── FRAMEWIN_Button.c │ ├── FRAMEWIN_Create.c │ ├── FRAMEWIN_Default.c │ ├── FRAMEWIN_Private.h │ ├── FRAMEWIN_SetFont.c │ ├── GUI_DRAW_BITMAP.c │ ├── GUI_EditString.c │ ├── HEADER_Private.h │ ├── LISTBOX_Create.c │ ├── LISTBOX_Default.c │ ├── LISTBOX_MultiSel.c │ ├── LISTBOX_Private.h │ ├── LISTBOX_SetOwner.c │ ├── LISTVIEW_Create.c │ ├── LISTVIEW_Default.c │ ├── LISTVIEW_GetFont.c │ ├── LISTVIEW_GetSel.c │ ├── LISTVIEW_Private.h │ ├── LISTVIEW_SetFont.c │ ├── LISTVIEW_SetSel.c │ ├── MENU_DeleteItem.c │ ├── MENU_DisableItem.c │ ├── MENU_EnableItem.c │ ├── MENU_GetItemText.c │ ├── MENU_GetNumItems.c │ ├── MENU_InsertItem.c │ ├── MENU_SetBkColor.c │ ├── MENU__FindItem.c │ ├── MULTIEDIT_Create.c │ ├── MULTIPAGE_Create.c │ ├── PROGBAR_Create.c │ ├── RADIO_SetBkColor.c │ ├── RADIO_SetGroupId.c │ ├── RADIO_SetImage.c │ ├── SCROLLBAR_Create.c │ ├── TEXT_SetBkColor.c │ ├── WIDGET_Effect_3D.c │ ├── WIDGET_SetEffect.c │ ├── WIDGET_SetWidth.c │ ├── WINDOW_Default.c │ ├── WINDOW_Private.h │ ├── CHECKBOX_GetState.c │ ├── CHECKBOX_IsChecked.c │ ├── CHECKBOX_SetImage.c │ ├── CHECKBOX_SetState.c │ ├── EDIT_SetInsertMode.c │ ├── EDIT_SetpfAddKeyEx.c │ ├── FRAMEWIN_ButtonMax.c │ ├── FRAMEWIN_ButtonMin.c │ ├── FRAMEWIN_IsMinMax.c │ ├── FRAMEWIN_SetColors.c │ ├── GUI_DRAW_STREAMED.c │ ├── HEADER__SetDrawObj.c │ ├── LISTBOX_DeleteItem.c │ ├── LISTBOX_ScrollStep.c │ ├── LISTBOX_SetBkColor.c │ ├── LISTBOX_SetString.c │ ├── LISTVIEW_DeleteRow.c │ ├── LISTVIEW_GetHeader.c │ ├── MENU_SetBorderSize.c │ ├── MENU_SetTextColor.c │ ├── MULTIPAGE_Default.c │ ├── MULTIPAGE_Private.h │ ├── RADIO_SetTextColor.c │ ├── SCROLLBAR_Defaults.c │ ├── SCROLLBAR_GetValue.c │ ├── SCROLLBAR_Private.h │ ├── SCROLLBAR_SetWidth.c │ ├── TEXT_SetTextAlign.c │ ├── TEXT_SetTextColor.c │ ├── WIDGET_Effect_3D1L.c │ ├── WIDGET_Effect_3D2L.c │ ├── WIDGET_Effect_None.c │ ├── BUTTON_CreateIndirect.c │ ├── BUTTON_SetTextAlign.c │ ├── BUTTON_StreamedBitmap.c │ ├── BUTTON__SetBitmapObj.c │ ├── CHECKBOX_SetBkColor.c │ ├── CHECKBOX_SetNumStates.c │ ├── CHECKBOX_SetSpacing.c │ ├── CHECKBOX_SetTextAlign.c │ ├── CHECKBOX_SetTextColor.c │ ├── DROPDOWN_DeleteItem.c │ ├── DROPDOWN_InsertString.c │ ├── DROPDOWN_ItemSpacing.c │ ├── DROPDOWN_SetTextAlign.c │ ├── EDIT_CreateIndirect.c │ ├── EDIT_SetCursorAtChar.c │ ├── FRAMEWIN_ButtonClose.c │ ├── FRAMEWIN_MinMaxRest.c │ ├── FRAMEWIN_SetTitleVis.c │ ├── GUI_ARRAY_DeleteItem.c │ ├── GUI_ARRAY_InsertItem.c │ ├── GUI_ARRAY_ResizeItem.c │ ├── HEADER_CreateIndirect.c │ ├── HEADER_StreamedBitmap.c │ ├── LISTBOX_GetItemText.c │ ├── LISTBOX_GetNumItems.c │ ├── LISTBOX_InsertString.c │ ├── LISTBOX_ItemDisabled.c │ ├── LISTBOX_ItemSpacing.c │ ├── LISTBOX_SetAutoScroll.c │ ├── LISTBOX_SetOwnerDraw.c │ ├── LISTBOX_SetTextColor.c │ ├── LISTVIEW_DeleteColumn.c │ ├── LISTVIEW_GetBkColor.c │ ├── LISTVIEW_GetNumRows.c │ ├── LISTVIEW_GetTextColor.c │ ├── LISTVIEW_SetBkColor.c │ ├── LISTVIEW_SetGridVis.c │ ├── LISTVIEW_SetItemColor.c │ ├── LISTVIEW_SetItemText.c │ ├── LISTVIEW_SetLBorder.c │ ├── LISTVIEW_SetRBorder.c │ ├── LISTVIEW_SetRowHeight.c │ ├── LISTVIEW_SetTextAlign.c │ ├── LISTVIEW_SetTextColor.c │ ├── MENU_CreateIndirect.c │ ├── RADIO_CreateIndirect.c │ ├── RADIO_SetDefaultImage.c │ ├── SLIDER_CreateIndirect.c │ ├── TEXT_CreateIndirect.c │ ├── WIDGET_Effect_Simple.c │ ├── CHECKBOX_CreateIndirect.c │ ├── DROPDOWN_CreateIndirect.c │ ├── DROPDOWN_SetAutoScroll.c │ ├── DROPDOWN_SetTextHeight.c │ ├── EDIT_SetpfUpdateBuffer.c │ ├── FRAMEWIN_CreateIndirect.c │ ├── FRAMEWIN_SetBorderSize.c │ ├── FRAMEWIN_SetResizeable.c │ ├── FRAMEWIN_SetTitleHeight.c │ ├── FRAMEWIN__UpdateButtons.c │ ├── LISTBOX_CreateIndirect.c │ ├── LISTVIEW_CreateIndirect.c │ ├── LISTVIEW_GetNumColumns.c │ ├── LISTVIEW_SetColumnWidth.c │ ├── PROGBAR_CreateIndirect.c │ ├── WIDGET_FillStringInRect.c │ ├── CHECKBOX_SetDefaultImage.c │ ├── LISTBOX_SetScrollbarWidth.c │ ├── MULTIEDIT_CreateIndirect.c │ ├── MULTIPAGE_CreateIndirect.c │ └── SCROLLBAR_CreateIndirect.c ├── Config │ ├── GUIConf.h │ ├── LCDConf.h │ └── GUITouchConf.h ├── AntiAlias │ ├── GUIAAArc.c │ ├── GUIAALib.c │ ├── GUIAAChar.c │ ├── GUIAAChar2.c │ ├── GUIAAChar4.c │ ├── GUIAALine.c │ ├── GUIAAPoly.c │ ├── GUIAACircle.c │ ├── GUIAAPolyOut.c │ └── CCGUIAntiAlias.bat ├── ConvertMono │ ├── LCDP0.c │ ├── LCDP2.c │ ├── LCDP4.c │ └── CCConvertMono.bat ├── LCDDriver │ ├── LCDDummy.c │ ├── LCDNull.c │ ├── LCDWin.c │ ├── LCD_GUI.c │ └── CCLCDDriver.bat ├── MultiLayer │ ├── LCD_1.c │ ├── LCD_2.c │ ├── LCD_3.c │ ├── LCD_4.c │ ├── LCD_IncludeDriver.h │ └── CCGUIMultiLayer.bat ├── ConvertColor │ ├── LCDP111.c │ ├── LCDP222.c │ ├── LCDP233.c │ ├── LCDP323.c │ ├── LCDP332.c │ ├── LCDP555.c │ ├── LCDP556.c │ ├── LCDP565.c │ ├── LCDP655.c │ ├── LCDP444_12.c │ ├── LCDP444_16.c │ ├── LCDP8666.c │ ├── LCDP8666_1.c │ ├── LCDPM233.c │ ├── LCDPM323.c │ ├── LCDPM332.c │ ├── LCDPM555.c │ ├── LCDPM556.c │ ├── LCDPM565.c │ ├── LCDPM655.c │ ├── LCDP444_12_1.c │ ├── LCDPM444_12.c │ ├── LCDPM444_16.c │ └── CCConvertColor.bat └── MemDev │ └── CCGUIMemDev.bat ├── keilkilll.bat ├── SYSTEM ├── inc │ ├── sys.h │ ├── delay.h │ ├── usart.h │ └── stm32sys_cfg.h └── src │ ├── sys.c │ ├── delay.c │ └── usart.c ├── HARDWARE ├── inc │ ├── led.h │ ├── FONT.H │ ├── touch.h │ ├── ili93xx.h │ └── input.h └── src │ ├── led.c │ ├── input.c │ ├── touch.c │ └── ILI93xx.c ├── UCOSII ├── CORE │ ├── os_q.c │ ├── os_core.c │ ├── os_flag.c │ ├── os_mbox.c │ ├── os_mem.c │ ├── os_sem.c │ ├── os_task.c │ ├── os_time.c │ ├── os_tmr.c │ ├── ucos_ii.c │ ├── ucos_ii.h │ └── os_mutex.c ├── PORT │ ├── os_cpu.h │ ├── os_dbg_r.c │ └── os_cpu_a.asm └── CONFIG │ ├── os_cfg.h │ └── includes.h ├── Project ├── Pro │ ├── 11 │ ├── Demo.plg │ └── JLinkSettings.ini └── Listing │ └── os_cpu_a.lst ├── Module ├── src │ ├── input_module.c │ ├── usart_module.c │ ├── iwdg_module.c │ ├── at_module.c │ ├── led_module.c │ ├── gui_module.c │ ├── usart_loop_module.c │ └── msg_test_module.c └── inc │ ├── at_module.h │ ├── iwdg_module.h │ ├── led_module.h │ ├── gui_module.h │ ├── input_module.h │ ├── usart_module.h │ ├── msg_test_module.h │ └── usart_loop_module.h ├── Librarise └── STM32F10x_FWLib │ └── src │ ├── stm32f10x_i2c.c │ ├── stm32f10x_flash.c │ └── stm32f10x_usart.c ├── AT ├── src │ └── at_deviceCmd.c └── inc │ ├── at_version.h │ ├── at_baseCmd.h │ ├── at_deviceCmd.h │ ├── at_cmd.h │ ├── at_wifiCmd.h │ └── at.h └── USB └── LIB └── inc ├── usb_int.h ├── usb_mem.h └── usb_sil.h /.gitignore: -------------------------------------------------------------------------------- 1 | /Project/Output 2 | /Project/Listing 3 | -------------------------------------------------------------------------------- /User/inc/define.h: -------------------------------------------------------------------------------- 1 | #ifndef __DEFINE_H 2 | #define __DEFINE_H 3 | 4 | #endif 5 | -------------------------------------------------------------------------------- /UCGUI/WM/WM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM.c -------------------------------------------------------------------------------- /UCGUI/WM/WM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM.h -------------------------------------------------------------------------------- /keilkilll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/keilkilll.bat -------------------------------------------------------------------------------- /SYSTEM/inc/sys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/SYSTEM/inc/sys.h -------------------------------------------------------------------------------- /SYSTEM/src/sys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/SYSTEM/src/sys.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI.h -------------------------------------------------------------------------------- /UCGUI/Core/LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD.h -------------------------------------------------------------------------------- /User/inc/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/User/inc/types.h -------------------------------------------------------------------------------- /User/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/User/src/main.c -------------------------------------------------------------------------------- /User/src/tool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/User/src/tool.c -------------------------------------------------------------------------------- /HARDWARE/inc/led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/HARDWARE/inc/led.h -------------------------------------------------------------------------------- /HARDWARE/src/led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/HARDWARE/src/led.c -------------------------------------------------------------------------------- /SYSTEM/inc/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/SYSTEM/inc/delay.h -------------------------------------------------------------------------------- /SYSTEM/inc/usart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/SYSTEM/inc/usart.h -------------------------------------------------------------------------------- /SYSTEM/src/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/SYSTEM/src/delay.c -------------------------------------------------------------------------------- /SYSTEM/src/usart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/SYSTEM/src/usart.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_X.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_X.h -------------------------------------------------------------------------------- /UCGUI/Core/LCDAA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDAA.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDP1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDP1.c -------------------------------------------------------------------------------- /UCGUI/Font/F08_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F08_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F10_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F10_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F13_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F13_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F16_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F16_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F24_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F24_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F32_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F32_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F4x6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F4x6.c -------------------------------------------------------------------------------- /UCGUI/Font/F6x8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F6x8.c -------------------------------------------------------------------------------- /UCGUI/Font/F8x16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F8x16.c -------------------------------------------------------------------------------- /UCGUI/Font/F8x8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F8x8.c -------------------------------------------------------------------------------- /UCGUI/Font/FD32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/FD32.c -------------------------------------------------------------------------------- /UCGUI/Font/FD48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/FD48.c -------------------------------------------------------------------------------- /UCGUI/Font/FD64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/FD64.c -------------------------------------------------------------------------------- /UCGUI/Font/FD80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/FD80.c -------------------------------------------------------------------------------- /UCGUI/WM/WMTouch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WMTouch.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_DIAG.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_DIAG.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GUI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GUI.h -------------------------------------------------------------------------------- /UCGUI/WM/WM_Hide.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_Hide.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_Move.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_Move.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_Show.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_Show.c -------------------------------------------------------------------------------- /UCOSII/CORE/os_q.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CORE/os_q.c -------------------------------------------------------------------------------- /User/inc/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/User/inc/config.h -------------------------------------------------------------------------------- /User/inc/module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/User/inc/module.h -------------------------------------------------------------------------------- /HARDWARE/inc/FONT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/HARDWARE/inc/FONT.H -------------------------------------------------------------------------------- /HARDWARE/inc/touch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/HARDWARE/inc/touch.h -------------------------------------------------------------------------------- /HARDWARE/src/input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/HARDWARE/src/input.c -------------------------------------------------------------------------------- /HARDWARE/src/touch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/HARDWARE/src/touch.c -------------------------------------------------------------------------------- /Project/Pro/Demo.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/Project/Pro/Demo.plg -------------------------------------------------------------------------------- /UCGUI/Core/GUI2DLib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI2DLib.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIAlloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIAlloc.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIArc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIArc.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIChar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIChar.c -------------------------------------------------------------------------------- /UCGUI/Core/GUICharM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUICharM.c -------------------------------------------------------------------------------- /UCGUI/Core/GUICharP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUICharP.c -------------------------------------------------------------------------------- /UCGUI/Core/GUICirc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUICirc.c -------------------------------------------------------------------------------- /UCGUI/Core/GUICore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUICore.c -------------------------------------------------------------------------------- /UCGUI/Core/GUICurs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUICurs.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIDebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIDebug.h -------------------------------------------------------------------------------- /UCGUI/Core/GUIEncJS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIEncJS.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIPolyE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIPolyE.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIPolyM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIPolyM.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIPolyR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIPolyR.c -------------------------------------------------------------------------------- /UCGUI/Core/GUITask.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUITask.c -------------------------------------------------------------------------------- /UCGUI/Core/GUITime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUITime.c -------------------------------------------------------------------------------- /UCGUI/Core/GUITimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUITimer.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIType.h -------------------------------------------------------------------------------- /UCGUI/Core/GUIUC0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIUC0.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIVal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIVal.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIValf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIValf.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_BMP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_BMP.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_Exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_Exec.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_Goto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_Goto.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_Log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_Log.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_PID.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_PID.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_Pen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_Pen.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SIF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SIF.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_UC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_UC.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_VNC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_VNC.h -------------------------------------------------------------------------------- /UCGUI/Core/GUI_Warn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_Warn.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDColor.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDGetP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDGetP.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDInfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDInfo.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDInfo0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDInfo0.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDInfo1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDInfo1.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDL0Mag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDL0Mag.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDRLE4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDRLE4.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDRLE8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDRLE8.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDSIM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDSIM.h -------------------------------------------------------------------------------- /UCGUI/Core/LCD_API.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_API.c -------------------------------------------------------------------------------- /UCGUI/Font/F10S_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F10S_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F13B_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F13B_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F13HB_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F13HB_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F13H_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F13H_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F16B_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F16B_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F16_1HK.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F16_1HK.c -------------------------------------------------------------------------------- /UCGUI/Font/F16_HK.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F16_HK.c -------------------------------------------------------------------------------- /UCGUI/Font/F24B_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F24B_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F32B_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F32B_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F8x13_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F8x13_1.c -------------------------------------------------------------------------------- /UCGUI/Font/F8x15B_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F8x15B_1.c -------------------------------------------------------------------------------- /UCGUI/Font/FD24x32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/FD24x32.c -------------------------------------------------------------------------------- /UCGUI/Font/FD36x48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/FD36x48.c -------------------------------------------------------------------------------- /UCGUI/Font/FD48x64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/FD48x64.c -------------------------------------------------------------------------------- /UCGUI/Font/FD60x80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/FD60x80.c -------------------------------------------------------------------------------- /UCGUI/GUI_X/GUI_X.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/GUI_X/GUI_X.c -------------------------------------------------------------------------------- /UCGUI/JPEG/GUI_JPEG.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/JPEG/GUI_JPEG.c -------------------------------------------------------------------------------- /UCGUI/WM/WMMemDev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WMMemDev.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetId.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetOrg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetOrg.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_Intern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_Intern.h -------------------------------------------------------------------------------- /UCGUI/WM/WM_OnKey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_OnKey.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_Paint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_Paint.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetId.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetSize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetSize.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_Timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_Timer.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON.h -------------------------------------------------------------------------------- /UCGUI/Widget/DIALOG.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DIALOG.c -------------------------------------------------------------------------------- /UCGUI/Widget/DIALOG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DIALOG.h -------------------------------------------------------------------------------- /UCGUI/Widget/EDIT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDIT.c -------------------------------------------------------------------------------- /UCGUI/Widget/EDIT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDIT.h -------------------------------------------------------------------------------- /UCGUI/Widget/HEADER.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/HEADER.c -------------------------------------------------------------------------------- /UCGUI/Widget/HEADER.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/HEADER.h -------------------------------------------------------------------------------- /UCGUI/Widget/MENU.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU.h -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO.c -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO.h -------------------------------------------------------------------------------- /UCGUI/Widget/SLIDER.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/SLIDER.c -------------------------------------------------------------------------------- /UCGUI/Widget/SLIDER.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/SLIDER.h -------------------------------------------------------------------------------- /UCGUI/Widget/TEXT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/TEXT.c -------------------------------------------------------------------------------- /UCGUI/Widget/TEXT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/TEXT.h -------------------------------------------------------------------------------- /UCGUI/Widget/WIDGET.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WIDGET.c -------------------------------------------------------------------------------- /UCGUI/Widget/WIDGET.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WIDGET.h -------------------------------------------------------------------------------- /UCGUI/Widget/WINDOW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WINDOW.c -------------------------------------------------------------------------------- /UCOSII/CORE/os_core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CORE/os_core.c -------------------------------------------------------------------------------- /UCOSII/CORE/os_flag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CORE/os_flag.c -------------------------------------------------------------------------------- /UCOSII/CORE/os_mbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CORE/os_mbox.c -------------------------------------------------------------------------------- /UCOSII/CORE/os_mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CORE/os_mem.c -------------------------------------------------------------------------------- /UCOSII/CORE/os_sem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CORE/os_sem.c -------------------------------------------------------------------------------- /UCOSII/CORE/os_task.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CORE/os_task.c -------------------------------------------------------------------------------- /UCOSII/CORE/os_time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CORE/os_time.c -------------------------------------------------------------------------------- /UCOSII/CORE/os_tmr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CORE/os_tmr.c -------------------------------------------------------------------------------- /UCOSII/CORE/ucos_ii.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CORE/ucos_ii.c -------------------------------------------------------------------------------- /UCOSII/CORE/ucos_ii.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CORE/ucos_ii.h -------------------------------------------------------------------------------- /UCOSII/PORT/os_cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/PORT/os_cpu.h -------------------------------------------------------------------------------- /User/inc/stm32f10x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/User/inc/stm32f10x.h -------------------------------------------------------------------------------- /HARDWARE/inc/ili93xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/HARDWARE/inc/ili93xx.h -------------------------------------------------------------------------------- /HARDWARE/src/ILI93xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/HARDWARE/src/ILI93xx.c -------------------------------------------------------------------------------- /UCGUI/Config/GUIConf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Config/GUIConf.h -------------------------------------------------------------------------------- /UCGUI/Config/LCDConf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Config/LCDConf.h -------------------------------------------------------------------------------- /UCGUI/Core/GUIRealloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIRealloc.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIStream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIStream.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIVersion.h -------------------------------------------------------------------------------- /UCGUI/Core/GUI_AddBin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_AddBin.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_AddDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_AddDec.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_AddHex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_AddHex.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_MOUSE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_MOUSE.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_OnKey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_OnKey.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetOrg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetOrg.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_TOUCH.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_TOUCH.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__Read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__Read.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__Wrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__Wrap.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDL0Delta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDL0Delta.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_GetEx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_GetEx.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_Mirror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_Mirror.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_SetAPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_SetAPI.c -------------------------------------------------------------------------------- /UCGUI/Font/F08_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F08_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F10S_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F10S_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F10_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F10_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F13B_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F13B_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F13H_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F13H_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F13_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F13_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F16B_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F16B_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F16_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F16_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F24B_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F24B_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F24_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F24_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F32B_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F32B_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F32_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F32_ASCII.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_Broadcast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_Broadcast.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetFlags.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetFlags.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetParent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetParent.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_HasFocus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_HasFocus.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_IsEnabled.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_IsEnabled.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_IsVisible.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_IsVisible.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_IsWindow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_IsWindow.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_MakeModal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_MakeModal.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetAnchor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetAnchor.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetFocus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetFocus.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetTrans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetTrans.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetXSize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetXSize.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetYSize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetYSize.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_StayOnTop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_StayOnTop.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_UserData.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_UserData.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_Validate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_Validate.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__IsChild.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__IsChild.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX.h -------------------------------------------------------------------------------- /UCGUI/Widget/DROPDOWN.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DROPDOWN.c -------------------------------------------------------------------------------- /UCGUI/Widget/DROPDOWN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DROPDOWN.h -------------------------------------------------------------------------------- /UCGUI/Widget/EDITBin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDITBin.c -------------------------------------------------------------------------------- /UCGUI/Widget/EDITDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDITDec.c -------------------------------------------------------------------------------- /UCGUI/Widget/EDITHex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDITHex.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN.h -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_DRAW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_DRAW.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_HOOK.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_HOOK.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_HOOK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_HOOK.h -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX.h -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW.h -------------------------------------------------------------------------------- /UCGUI/Widget/PROGBAR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/PROGBAR.c -------------------------------------------------------------------------------- /UCGUI/Widget/PROGBAR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/PROGBAR.h -------------------------------------------------------------------------------- /UCOSII/CONFIG/os_cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CONFIG/os_cfg.h -------------------------------------------------------------------------------- /UCOSII/CORE/os_mutex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CORE/os_mutex.c -------------------------------------------------------------------------------- /UCOSII/PORT/os_dbg_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/PORT/os_dbg_r.c -------------------------------------------------------------------------------- /User/src/stm32f10x_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/User/src/stm32f10x_it.c -------------------------------------------------------------------------------- /Module/src/input_module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/Module/src/input_module.c -------------------------------------------------------------------------------- /Module/src/usart_module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/Module/src/usart_module.c -------------------------------------------------------------------------------- /SYSTEM/inc/stm32sys_cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/SYSTEM/inc/stm32sys_cfg.h -------------------------------------------------------------------------------- /UCGUI/AntiAlias/GUIAAArc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/AntiAlias/GUIAAArc.c -------------------------------------------------------------------------------- /UCGUI/AntiAlias/GUIAALib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/AntiAlias/GUIAALib.c -------------------------------------------------------------------------------- /UCGUI/ConvertMono/LCDP0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertMono/LCDP0.c -------------------------------------------------------------------------------- /UCGUI/ConvertMono/LCDP2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertMono/LCDP2.c -------------------------------------------------------------------------------- /UCGUI/ConvertMono/LCDP4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertMono/LCDP4.c -------------------------------------------------------------------------------- /UCGUI/Core/GUICharLine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUICharLine.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_AddDecMin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_AddDecMin.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorPal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorPal.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispBin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispBin.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispCEOL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispCEOL.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispChar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispChar.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispChars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispChars.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispHex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispHex.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DrawGraph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DrawGraph.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DrawHLine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DrawHLine.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DrawPie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DrawPie.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DrawPixel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DrawPixel.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DrawVLine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DrawVLine.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_ErrorOut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_ErrorOut.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_FillRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_FillRect.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetColor.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetFont.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_InitLUT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_InitLUT.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_IsInFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_IsInFont.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_MergeRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_MergeRect.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_MoveRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_MoveRect.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_Private.h -------------------------------------------------------------------------------- /UCGUI/Core/GUI_Protected.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_Protected.h -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SIF_Prop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SIF_Prop.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SelectLCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SelectLCD.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetColor.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetFont.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_WaitEvent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_WaitEvent.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_WaitKey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_WaitKey.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__SetText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__SetText.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__memset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__memset.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__memset16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__memset16.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__strcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__strcmp.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__strlen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__strlen.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_DrawVLine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_DrawVLine.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_Private.h -------------------------------------------------------------------------------- /UCGUI/Core/LCD_Protected.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_Protected.h -------------------------------------------------------------------------------- /UCGUI/Core/LCD_Rotate180.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_Rotate180.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_RotateCCW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_RotateCCW.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_RotateCW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_RotateCW.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_SelectLCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_SelectLCD.c -------------------------------------------------------------------------------- /UCGUI/Font/F13HB_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F13HB_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F8x10_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F8x10_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F8x12_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F8x12_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F8x13_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F8x13_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/F8x15B_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/F8x15B_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/FComic18B_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/FComic18B_1.c -------------------------------------------------------------------------------- /UCGUI/Font/FComic24B_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/FComic24B_1.c -------------------------------------------------------------------------------- /UCGUI/GUI_X/GUI_X_Touch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/GUI_X/GUI_X_Touch.c -------------------------------------------------------------------------------- /UCGUI/GUI_X/GUI_X_uCOS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/GUI_X/GUI_X_uCOS.c -------------------------------------------------------------------------------- /UCGUI/LCDDriver/LCDDummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/LCDDriver/LCDDummy.c -------------------------------------------------------------------------------- /UCGUI/LCDDriver/LCDNull.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/LCDDriver/LCDNull.c -------------------------------------------------------------------------------- /UCGUI/LCDDriver/LCDWin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/LCDDriver/LCDWin.c -------------------------------------------------------------------------------- /UCGUI/LCDDriver/LCD_GUI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/LCDDriver/LCD_GUI.c -------------------------------------------------------------------------------- /UCGUI/MultiLayer/LCD_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/MultiLayer/LCD_1.c -------------------------------------------------------------------------------- /UCGUI/MultiLayer/LCD_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/MultiLayer/LCD_2.c -------------------------------------------------------------------------------- /UCGUI/MultiLayer/LCD_3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/MultiLayer/LCD_3.c -------------------------------------------------------------------------------- /UCGUI/MultiLayer/LCD_4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/MultiLayer/LCD_4.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_AttachWindow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_AttachWindow.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_BringToTop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_BringToTop.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_EnableWindow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_EnableWindow.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_ForEachDesc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_ForEachDesc.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetBkColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetBkColor.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetDiagInfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetDiagInfo.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetScrollbar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetScrollbar.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_HasCaptured.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_HasCaptured.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_IsFocussable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_IsFocussable.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_MoveChildTo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_MoveChildTo.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_NotifyParent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_NotifyParent.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_ResizeWindow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_ResizeWindow.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_Screen2Win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_Screen2Win.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SendToParent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SendToParent.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetCallback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetCallback.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetCapture.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetCapture.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetScrollbar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetScrollbar.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetpfPollPID.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetpfPollPID.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__ForEachDesc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__ForEachDesc.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__GetOrg_AA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__GetOrg_AA.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__IsAncestor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__IsAncestor.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__IsEnabled.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__IsEnabled.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__SendMessage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__SendMessage.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON_BMP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON_BMP.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON_Get.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON_Get.c -------------------------------------------------------------------------------- /UCGUI/Widget/EDITFloat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDITFloat.c -------------------------------------------------------------------------------- /UCGUI/Widget/EDIT_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDIT_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/EDIT_SetSel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDIT_SetSel.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_ARRAY.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_ARRAY.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_ARRAY.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_ARRAY.h -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_EditBin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_EditBin.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_EditDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_EditDec.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_EditHex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_EditHex.c -------------------------------------------------------------------------------- /UCGUI/Widget/HEADER_BMP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/HEADER_BMP.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_Attach.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_Attach.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_Popup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_Popup.c -------------------------------------------------------------------------------- /UCGUI/Widget/MESSAGEBOX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MESSAGEBOX.c -------------------------------------------------------------------------------- /UCGUI/Widget/MESSAGEBOX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MESSAGEBOX.h -------------------------------------------------------------------------------- /UCGUI/Widget/MULTIEDIT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MULTIEDIT.c -------------------------------------------------------------------------------- /UCGUI/Widget/MULTIEDIT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MULTIEDIT.h -------------------------------------------------------------------------------- /UCGUI/Widget/MULTIPAGE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MULTIPAGE.c -------------------------------------------------------------------------------- /UCGUI/Widget/MULTIPAGE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MULTIPAGE.h -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO_Image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO_Image.c -------------------------------------------------------------------------------- /UCGUI/Widget/SCROLLBAR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/SCROLLBAR.c -------------------------------------------------------------------------------- /UCGUI/Widget/SCROLLBAR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/SCROLLBAR.h -------------------------------------------------------------------------------- /UCGUI/Widget/TEXT_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/TEXT_Create.c -------------------------------------------------------------------------------- /UCOSII/CONFIG/includes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/CONFIG/includes.h -------------------------------------------------------------------------------- /UCOSII/PORT/os_cpu_a.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCOSII/PORT/os_cpu_a.asm -------------------------------------------------------------------------------- /Project/Listing/os_cpu_a.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/Project/Listing/os_cpu_a.lst -------------------------------------------------------------------------------- /UCGUI/AntiAlias/GUIAAChar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/AntiAlias/GUIAAChar.c -------------------------------------------------------------------------------- /UCGUI/AntiAlias/GUIAAChar2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/AntiAlias/GUIAAChar2.c -------------------------------------------------------------------------------- /UCGUI/AntiAlias/GUIAAChar4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/AntiAlias/GUIAAChar4.c -------------------------------------------------------------------------------- /UCGUI/AntiAlias/GUIAALine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/AntiAlias/GUIAALine.c -------------------------------------------------------------------------------- /UCGUI/AntiAlias/GUIAAPoly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/AntiAlias/GUIAAPoly.c -------------------------------------------------------------------------------- /UCGUI/Config/GUITouchConf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Config/GUITouchConf.h -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP111.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP111.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP222.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP222.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP233.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP233.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP323.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP323.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP332.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP332.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP555.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP555.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP556.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP556.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP565.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP565.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP655.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP655.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIColor2Index.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIColor2Index.c -------------------------------------------------------------------------------- /UCGUI/Core/GUIIndex2Color.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUIIndex2Color.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_AddDecShift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_AddDecShift.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_ClearRectEx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_ClearRectEx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorPalI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorPalI.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispString.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispString.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DrawBitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DrawBitmap.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DrawRectEx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DrawRectEx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_FillPolygon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_FillPolygon.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_FillRectEx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_FillRectEx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_FontIntern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_FontIntern.h -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetDispPos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetDispPos.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetFontInfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetFontInfo.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetTextMode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetTextMode.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_InvertRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_InvertRect.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SaveContext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SaveContext.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SelectLayer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SelectLayer.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetDecChar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetDecChar.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetDefault.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetDefault.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetDrawMode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetDrawMode.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetLBorder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetLBorder.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetLUTColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetLUTColor.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetLUTEntry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetLUTEntry.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetTextMode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetTextMode.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__ReduceRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__ReduceRect.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_L0_Generic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_L0_Generic.c -------------------------------------------------------------------------------- /UCGUI/Font/FComic18B_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/FComic18B_ASCII.c -------------------------------------------------------------------------------- /UCGUI/Font/FComic24B_ASCII.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Font/FComic24B_ASCII.c -------------------------------------------------------------------------------- /UCGUI/JPEG/Image/testimg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/JPEG/Image/testimg.bmp -------------------------------------------------------------------------------- /UCGUI/JPEG/Image/testimg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/JPEG/Image/testimg.jpg -------------------------------------------------------------------------------- /UCGUI/WM/WM_BringToBottom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_BringToBottom.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_CheckScrollPos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_CheckScrollPos.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_CriticalHandle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_CriticalHandle.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetClientRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetClientRect.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetDialogItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetDialogItem.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetFirstChild.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetFirstChild.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetInsideRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetInsideRect.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetInvalidRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetInvalidRect.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetNextSibling.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetNextSibling.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetPrevSibling.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetPrevSibling.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetScrollState.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetScrollState.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetWindowRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetWindowRect.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetWindowSize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetWindowSize.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_Intern_ConfDep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_Intern_ConfDep.h -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetCaptureMove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetCaptureMove.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetCreateFlags.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetCreateFlags.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetScrollState.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetScrollState.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetTransState.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetTransState.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_TimerExternal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_TimerExternal.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_ValidateWindow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_ValidateWindow.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__Screen2Client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__Screen2Client.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON_Bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON_Bitmap.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/DIALOG_Intern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DIALOG_Intern.h -------------------------------------------------------------------------------- /UCGUI/Widget/EDIT_Default.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDIT_Default.c -------------------------------------------------------------------------------- /UCGUI/Widget/EDIT_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDIT_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_Get.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_Get.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_DRAW_BMP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_DRAW_BMP.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_DRAW_Self.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_DRAW_Self.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_EditFloat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_EditFloat.c -------------------------------------------------------------------------------- /UCGUI/Widget/HEADER_Bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/HEADER_Bitmap.c -------------------------------------------------------------------------------- /UCGUI/Widget/HEADER_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/HEADER_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_Font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_Font.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_Default.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_Default.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_GetItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_GetItem.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_SetFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_SetFont.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_SetItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_SetItem.c -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO_Default.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO_Default.c -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO_SetFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO_SetFont.c -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO_SetText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO_SetText.c -------------------------------------------------------------------------------- /UCGUI/Widget/SLIDER_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/SLIDER_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/TEXT_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/TEXT_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/TEXT_SetFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/TEXT_SetFont.c -------------------------------------------------------------------------------- /UCGUI/Widget/TEXT_SetText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/TEXT_SetText.c -------------------------------------------------------------------------------- /UCGUI/AntiAlias/GUIAACircle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/AntiAlias/GUIAACircle.c -------------------------------------------------------------------------------- /UCGUI/AntiAlias/GUIAAPolyOut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/AntiAlias/GUIAAPolyOut.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP444_12.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP444_12.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP444_16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP444_16.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP8666.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP8666.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP8666_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP8666_1.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDPM233.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDPM233.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDPM323.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDPM323.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDPM332.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDPM332.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDPM555.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDPM555.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDPM556.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDPM556.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDPM565.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDPM565.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDPM655.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDPM655.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_AddKeyMsgHook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_AddKeyMsgHook.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_BMP_Serialize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_BMP_Serialize.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CalcColorDist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CalcColorDist.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_Color2VisColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_Color2VisColor.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_ConfDefaults.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_ConfDefaults.h -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorArrowL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorArrowL.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorArrowLI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorArrowLI.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorArrowLPx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorArrowLPx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorArrowM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorArrowM.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorArrowMI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorArrowMI.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorArrowMPx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorArrowMPx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorArrowS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorArrowS.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorArrowSI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorArrowSI.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorArrowSPx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorArrowSPx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorCrossL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorCrossL.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorCrossLI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorCrossLI.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorCrossLPx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorCrossLPx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorCrossM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorCrossM.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorCrossMI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorCrossMI.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorCrossMPx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorCrossMPx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorCrossS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorCrossS.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorCrossSI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorCrossSI.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorCrossSPx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorCrossSPx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorHeaderM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorHeaderM.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorHeaderMI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorHeaderMI.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispStringAt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispStringAt.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispStringLen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispStringLen.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DrawBitmapEx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DrawBitmapEx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DrawBitmapExp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DrawBitmapExp.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DrawBitmapMag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DrawBitmapMag.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DrawFocusRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DrawFocusRect.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DrawPolyline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DrawPolyline.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetClientRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetClientRect.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetFontSizeY.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetFontSizeY.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetLineStyle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetLineStyle.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetStringDistX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetStringDistX.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetTextAlign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetTextAlign.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetTextExtend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetTextExtend.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetYSizeOfFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetYSizeOfFont.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_RectsIntersect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_RectsIntersect.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetColorIndex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetColorIndex.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetLUTColorEx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetLUTColorEx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetLineStyle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetLineStyle.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetPixelIndex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetPixelIndex.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetTextAlign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetTextAlign.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_SetTextStyle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_SetTextStyle.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_UC_DispString.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_UC_DispString.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_UC_EncodeNone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_UC_EncodeNone.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_UC_EncodeUTF8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_UC_EncodeUTF8.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__AddSpaceHex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__AddSpaceHex.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__CalcTextRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__CalcTextRect.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__DivideRound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__DivideRound.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__DivideRound32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__DivideRound32.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__GetFontSizeY.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__GetFontSizeY.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__GetNumChars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__GetNumChars.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__HandleEOLine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__HandleEOLine.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__IntersectRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__IntersectRect.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_ConfDefaults.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_ConfDefaults.h -------------------------------------------------------------------------------- /UCGUI/Core/LCD_DrawBitmap_565.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_DrawBitmap_565.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_GetColorIndex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_GetColorIndex.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_GetNumDisplays.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_GetNumDisplays.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_GetPixelColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_GetPixelColor.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_Index2ColorEx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_Index2ColorEx.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_MixColors256.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_MixColors256.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_SetClipRectEx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_SetClipRectEx.c -------------------------------------------------------------------------------- /UCGUI/JPEG/Image/testimgp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/JPEG/Image/testimgp.jpg -------------------------------------------------------------------------------- /UCGUI/JPEG/Image/testorig.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/JPEG/Image/testorig.jpg -------------------------------------------------------------------------------- /UCGUI/JPEG/Image/testprog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/JPEG/Image/testprog.jpg -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetClientWindow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetClientWindow.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetDesktopWindow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetDesktopWindow.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetFocussedWindow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetFocussedWindow.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetScrollPartner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetScrollPartner.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_PID__GetPrevState.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_PID__GetPrevState.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SendMessageNoPara.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SendMessageNoPara.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetDesktopColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetDesktopColor.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetUserClipRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetUserClipRect.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__GetFirstSibling.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__GetFirstSibling.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__GetFocussedChild.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__GetFocussedChild.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__GetLastSibling.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__GetLastSibling.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__GetPrevSibling.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__GetPrevSibling.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__NotifyVisChanged.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__NotifyVisChanged.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON_Default.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON_Default.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON_IsPressed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON_IsPressed.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON_SelfDraw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON_SelfDraw.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_Default.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_Default.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_Image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_Image.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_SetFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_SetFont.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_SetText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_SetText.c -------------------------------------------------------------------------------- /UCGUI/Widget/DROPDOWN_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DROPDOWN_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/DROPDOWN_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DROPDOWN_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/EDIT_GetNumChars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDIT_GetNumChars.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_AddMenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_AddMenu.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_Button.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_Button.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_Default.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_Default.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_SetFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_SetFont.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_DRAW_BITMAP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_DRAW_BITMAP.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_EditString.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_EditString.c -------------------------------------------------------------------------------- /UCGUI/Widget/HEADER_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/HEADER_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_Default.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_Default.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_MultiSel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_MultiSel.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_SetOwner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_SetOwner.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_Default.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_Default.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_GetFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_GetFont.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_GetSel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_GetSel.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_SetFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_SetFont.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_SetSel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_SetSel.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_DeleteItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_DeleteItem.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_DisableItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_DisableItem.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_EnableItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_EnableItem.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_GetItemText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_GetItemText.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_GetNumItems.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_GetNumItems.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_InsertItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_InsertItem.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_SetBkColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_SetBkColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU__FindItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU__FindItem.c -------------------------------------------------------------------------------- /UCGUI/Widget/MULTIEDIT_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MULTIEDIT_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/MULTIPAGE_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MULTIPAGE_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/PROGBAR_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/PROGBAR_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO_SetBkColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO_SetBkColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO_SetGroupId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO_SetGroupId.c -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO_SetImage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO_SetImage.c -------------------------------------------------------------------------------- /UCGUI/Widget/SCROLLBAR_Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/SCROLLBAR_Create.c -------------------------------------------------------------------------------- /UCGUI/Widget/TEXT_SetBkColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/TEXT_SetBkColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/WIDGET_Effect_3D.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WIDGET_Effect_3D.c -------------------------------------------------------------------------------- /UCGUI/Widget/WIDGET_SetEffect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WIDGET_SetEffect.c -------------------------------------------------------------------------------- /UCGUI/Widget/WIDGET_SetWidth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WIDGET_SetWidth.c -------------------------------------------------------------------------------- /UCGUI/Widget/WINDOW_Default.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WINDOW_Default.c -------------------------------------------------------------------------------- /UCGUI/Widget/WINDOW_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WINDOW_Private.h -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDP444_12_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDP444_12_1.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDPM444_12.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDPM444_12.c -------------------------------------------------------------------------------- /UCGUI/ConvertColor/LCDPM444_16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/ConvertColor/LCDPM444_16.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_ALLOC_AllocInit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_ALLOC_AllocInit.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_ALLOC_AllocZero.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_ALLOC_AllocZero.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_CursorHeaderMPx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_CursorHeaderMPx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispStringAtCEOL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispStringAtCEOL.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispStringInRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispStringInRect.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetVersionString.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetVersionString.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_MOUSE_DriverPS2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_MOUSE_DriverPS2.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_TOUCH_StoreState.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_TOUCH_StoreState.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI__IntersectRects.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI__IntersectRects.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDP565_Index2Color.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDP565_Index2Color.c -------------------------------------------------------------------------------- /UCGUI/Core/LCDPM565_Index2Color.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCDPM565_Index2Color.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_DrawBitmap_M565.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_DrawBitmap_M565.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetDesktopWindowEx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetDesktopWindowEx.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_IsCompletelyVisible.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_IsCompletelyVisible.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetFocusOnNextChild.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetFocusOnNextChild.c -------------------------------------------------------------------------------- /UCGUI/WM/WM_SetFocusOnPrevChild.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_SetFocusOnPrevChild.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__SendMessageNoPara.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__SendMessageNoPara.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_GetState.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_GetState.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_IsChecked.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_IsChecked.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_SetImage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_SetImage.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_SetState.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_SetState.c -------------------------------------------------------------------------------- /UCGUI/Widget/EDIT_SetInsertMode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDIT_SetInsertMode.c -------------------------------------------------------------------------------- /UCGUI/Widget/EDIT_SetpfAddKeyEx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDIT_SetpfAddKeyEx.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_ButtonMax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_ButtonMax.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_ButtonMin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_ButtonMin.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_IsMinMax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_IsMinMax.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_SetColors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_SetColors.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_DRAW_STREAMED.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_DRAW_STREAMED.c -------------------------------------------------------------------------------- /UCGUI/Widget/HEADER__SetDrawObj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/HEADER__SetDrawObj.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_DeleteItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_DeleteItem.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_ScrollStep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_ScrollStep.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_SetBkColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_SetBkColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_SetString.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_SetString.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_DeleteRow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_DeleteRow.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_GetHeader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_GetHeader.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_SetBorderSize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_SetBorderSize.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_SetTextColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_SetTextColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/MULTIPAGE_Default.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MULTIPAGE_Default.c -------------------------------------------------------------------------------- /UCGUI/Widget/MULTIPAGE_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MULTIPAGE_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO_SetTextColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO_SetTextColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/SCROLLBAR_Defaults.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/SCROLLBAR_Defaults.c -------------------------------------------------------------------------------- /UCGUI/Widget/SCROLLBAR_GetValue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/SCROLLBAR_GetValue.c -------------------------------------------------------------------------------- /UCGUI/Widget/SCROLLBAR_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/SCROLLBAR_Private.h -------------------------------------------------------------------------------- /UCGUI/Widget/SCROLLBAR_SetWidth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/SCROLLBAR_SetWidth.c -------------------------------------------------------------------------------- /UCGUI/Widget/TEXT_SetTextAlign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/TEXT_SetTextAlign.c -------------------------------------------------------------------------------- /UCGUI/Widget/TEXT_SetTextColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/TEXT_SetTextColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/WIDGET_Effect_3D1L.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WIDGET_Effect_3D1L.c -------------------------------------------------------------------------------- /UCGUI/Widget/WIDGET_Effect_3D2L.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WIDGET_Effect_3D2L.c -------------------------------------------------------------------------------- /UCGUI/Widget/WIDGET_Effect_None.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WIDGET_Effect_None.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispStringHCenter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispStringHCenter.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispStringInRectEx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispStringInRectEx.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_DispStringInRectMax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_DispStringInRectMax.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetBitmapPixelColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetBitmapPixelColor.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_GetBitmapPixelIndex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_GetBitmapPixelIndex.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_TOUCH_DriverAnalog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_TOUCH_DriverAnalog.c -------------------------------------------------------------------------------- /UCGUI/Core/GUI_TOUCH_StoreUnstable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/GUI_TOUCH_StoreUnstable.c -------------------------------------------------------------------------------- /UCGUI/Core/LCD_UpdateColorIndices.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Core/LCD_UpdateColorIndices.c -------------------------------------------------------------------------------- /UCGUI/MultiLayer/LCD_IncludeDriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/MultiLayer/LCD_IncludeDriver.h -------------------------------------------------------------------------------- /UCGUI/WM/WM__SendMessageIfEnabled.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__SendMessageIfEnabled.c -------------------------------------------------------------------------------- /UCGUI/WM/WM__UpdateChildPositions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM__UpdateChildPositions.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON_SetTextAlign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON_SetTextAlign.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON_StreamedBitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON_StreamedBitmap.c -------------------------------------------------------------------------------- /UCGUI/Widget/BUTTON__SetBitmapObj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/BUTTON__SetBitmapObj.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_SetBkColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_SetBkColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_SetNumStates.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_SetNumStates.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_SetSpacing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_SetSpacing.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_SetTextAlign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_SetTextAlign.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_SetTextColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_SetTextColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/DROPDOWN_DeleteItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DROPDOWN_DeleteItem.c -------------------------------------------------------------------------------- /UCGUI/Widget/DROPDOWN_InsertString.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DROPDOWN_InsertString.c -------------------------------------------------------------------------------- /UCGUI/Widget/DROPDOWN_ItemSpacing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DROPDOWN_ItemSpacing.c -------------------------------------------------------------------------------- /UCGUI/Widget/DROPDOWN_SetTextAlign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DROPDOWN_SetTextAlign.c -------------------------------------------------------------------------------- /UCGUI/Widget/EDIT_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDIT_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/EDIT_SetCursorAtChar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDIT_SetCursorAtChar.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_ButtonClose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_ButtonClose.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_MinMaxRest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_MinMaxRest.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_SetTitleVis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_SetTitleVis.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_ARRAY_DeleteItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_ARRAY_DeleteItem.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_ARRAY_InsertItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_ARRAY_InsertItem.c -------------------------------------------------------------------------------- /UCGUI/Widget/GUI_ARRAY_ResizeItem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/GUI_ARRAY_ResizeItem.c -------------------------------------------------------------------------------- /UCGUI/Widget/HEADER_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/HEADER_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/HEADER_StreamedBitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/HEADER_StreamedBitmap.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_GetItemText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_GetItemText.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_GetNumItems.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_GetNumItems.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_InsertString.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_InsertString.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_ItemDisabled.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_ItemDisabled.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_ItemSpacing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_ItemSpacing.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_SetAutoScroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_SetAutoScroll.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_SetOwnerDraw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_SetOwnerDraw.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_SetTextColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_SetTextColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_DeleteColumn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_DeleteColumn.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_GetBkColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_GetBkColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_GetNumRows.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_GetNumRows.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_GetTextColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_GetTextColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_SetBkColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_SetBkColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_SetGridVis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_SetGridVis.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_SetItemColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_SetItemColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_SetItemText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_SetItemText.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_SetLBorder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_SetLBorder.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_SetRBorder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_SetRBorder.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_SetRowHeight.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_SetRowHeight.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_SetTextAlign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_SetTextAlign.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_SetTextColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_SetTextColor.c -------------------------------------------------------------------------------- /UCGUI/Widget/MENU_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MENU_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/RADIO_SetDefaultImage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/RADIO_SetDefaultImage.c -------------------------------------------------------------------------------- /UCGUI/Widget/SLIDER_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/SLIDER_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/TEXT_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/TEXT_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/WIDGET_Effect_Simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WIDGET_Effect_Simple.c -------------------------------------------------------------------------------- /Project/Pro/11: -------------------------------------------------------------------------------- 1 | AT+CGATT=1 2 | AT+CGDCONT=1,"IP","CMNET" 3 | AT+CGACT=1,1 4 | AT+CIPSTART="TCP","dtuchina.yuwey.com",10000 5 | 6 | -------------------------------------------------------------------------------- /UCGUI/WM/WM_GetInsideRectExScrollbar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/WM/WM_GetInsideRectExScrollbar.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/DROPDOWN_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DROPDOWN_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/DROPDOWN_SetAutoScroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DROPDOWN_SetAutoScroll.c -------------------------------------------------------------------------------- /UCGUI/Widget/DROPDOWN_SetTextHeight.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/DROPDOWN_SetTextHeight.c -------------------------------------------------------------------------------- /UCGUI/Widget/EDIT_SetpfUpdateBuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/EDIT_SetpfUpdateBuffer.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_SetBorderSize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_SetBorderSize.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_SetResizeable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_SetResizeable.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN_SetTitleHeight.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN_SetTitleHeight.c -------------------------------------------------------------------------------- /UCGUI/Widget/FRAMEWIN__UpdateButtons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/FRAMEWIN__UpdateButtons.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_GetNumColumns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_GetNumColumns.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTVIEW_SetColumnWidth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTVIEW_SetColumnWidth.c -------------------------------------------------------------------------------- /UCGUI/Widget/PROGBAR_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/PROGBAR_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/WIDGET_FillStringInRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/WIDGET_FillStringInRect.c -------------------------------------------------------------------------------- /UCGUI/Widget/CHECKBOX_SetDefaultImage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/CHECKBOX_SetDefaultImage.c -------------------------------------------------------------------------------- /UCGUI/Widget/LISTBOX_SetScrollbarWidth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/LISTBOX_SetScrollbarWidth.c -------------------------------------------------------------------------------- /UCGUI/Widget/MULTIEDIT_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MULTIEDIT_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/MULTIPAGE_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/MULTIPAGE_CreateIndirect.c -------------------------------------------------------------------------------- /UCGUI/Widget/SCROLLBAR_CreateIndirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/UCGUI/Widget/SCROLLBAR_CreateIndirect.c -------------------------------------------------------------------------------- /Librarise/STM32F10x_FWLib/src/stm32f10x_i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/Librarise/STM32F10x_FWLib/src/stm32f10x_i2c.c -------------------------------------------------------------------------------- /Librarise/STM32F10x_FWLib/src/stm32f10x_flash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/Librarise/STM32F10x_FWLib/src/stm32f10x_flash.c -------------------------------------------------------------------------------- /Librarise/STM32F10x_FWLib/src/stm32f10x_usart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a8037902/stm32f103Templet/HEAD/Librarise/STM32F10x_FWLib/src/stm32f10x_usart.c -------------------------------------------------------------------------------- /UCGUI/ConvertMono/CCConvertMono.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | ECHO CCConvertMono.BAT: Compiling GUI\ConvertMono 3 | CALL CC LCDP0 4 | CALL CC LCDP2 5 | CALL CC LCDP4 6 | -------------------------------------------------------------------------------- /UCGUI/LCDDriver/CCLCDDriver.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | 3 | ECHO CCGUILCDDriver.BAT: Compiling GUI\LCDDriver 4 | 5 | CALL CC LCDDummy 6 | CALL CC LCDNull 7 | CALL CC LCDWin 8 | -------------------------------------------------------------------------------- /UCGUI/MultiLayer/CCGUIMultiLayer.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | ECHO CCGUIMultiLayer.BAT: Compiling GUI\MultiLayer 3 | CALL CC LCD_1 4 | CALL CC LCD_2 5 | CALL CC LCD_3 6 | CALL CC LCD_4 7 | -------------------------------------------------------------------------------- /Module/inc/at_module.h: -------------------------------------------------------------------------------- 1 | #ifndef __AT_MODULE_H 2 | #define __AT_MODULE_H 3 | 4 | void AT_ModuleInit(void); 5 | void AT_ModuleProcess0(unsigned short int period); 6 | 7 | #endif 8 | -------------------------------------------------------------------------------- /Module/inc/iwdg_module.h: -------------------------------------------------------------------------------- 1 | #ifndef __IWDG_MODULE_H 2 | #define __IWDG_MODULE_H 3 | 4 | void IWDG_ModuleInit(void); 5 | void IWDG_ModuleProcess0(unsigned short int period); 6 | 7 | #endif 8 | -------------------------------------------------------------------------------- /HARDWARE/inc/input.h: -------------------------------------------------------------------------------- 1 | 2 | #ifndef __INPUT_H 3 | #define __INPUT_H 4 | #include "sys.h" 5 | 6 | //74hc245 7 | void input_Init(void); 8 | u32 input_Data(void); 9 | 10 | 11 | #endif 12 | -------------------------------------------------------------------------------- /Module/inc/led_module.h: -------------------------------------------------------------------------------- 1 | #ifndef __LED_MODULE_H 2 | #define __LED_MODULE_H 3 | 4 | void LED_ModuleInit(void); 5 | void LED_ModuleProcess0(unsigned short int period); 6 | 7 | void LED_ModuleOnOff(void); 8 | 9 | #endif 10 | -------------------------------------------------------------------------------- /Module/inc/gui_module.h: -------------------------------------------------------------------------------- 1 | #ifndef __GUI_MODULE_H 2 | #define __GUI_MODULE_H 3 | 4 | void GUI_ModuleInit(void); 5 | void GUI_ModuleAfterInit(void); 6 | void GUI_ModuleProcess2(unsigned short int period); 7 | 8 | 9 | #endif 10 | -------------------------------------------------------------------------------- /Module/inc/input_module.h: -------------------------------------------------------------------------------- 1 | #ifndef __INPUT_MODULE_H 2 | #define __INPUT_MODULE_H 3 | #include "sys.h" 4 | 5 | void Input_ModuleInit(void); 6 | 7 | void Input_ModuleProcess0(unsigned short int period); 8 | 9 | 10 | #endif 11 | -------------------------------------------------------------------------------- /Module/inc/usart_module.h: -------------------------------------------------------------------------------- 1 | #ifndef __USART_MODULE_H 2 | #define __USART_MODULE_H 3 | #include "sys.h" 4 | 5 | void Usart_ModuleInit(void); 6 | 7 | u16 Usart_ModuleGetData(int usart, u8 *pData, u16 size); 8 | u16 Usart_ModuleSetData(int usart, u8 *pData, u16 size); 9 | 10 | #endif 11 | -------------------------------------------------------------------------------- /User/inc/message.h: -------------------------------------------------------------------------------- 1 | #ifndef __MESSAGE_H 2 | #define __MESSAGE_H 3 | 4 | typedef enum{ 5 | MESSAGE_NULL, 6 | MESSAGE_USART_LOOP, 7 | MESSAGE_MSG_TEST, 8 | MESSAGE_EEPROM_WRITE, 9 | MESSAGE_EEPROM_READ, 10 | MESSAGE_CAN_WRITE, 11 | MESSAGE_CAN_READ, 12 | } Message_TypeDef; 13 | 14 | #endif 15 | -------------------------------------------------------------------------------- /Module/inc/msg_test_module.h: -------------------------------------------------------------------------------- 1 | #ifndef __MSG_TEST_MODULE_H 2 | #define __MSG_TEST_MODULE_H 3 | #include "sys.h" 4 | 5 | void MsgTest_ModuleInit(void); 6 | void MsgTest_ModuleProcess1(unsigned short int period); 7 | 8 | unsigned short int MsgTest_ModuleHandle0(Message_sut * pMessage); 9 | 10 | 11 | #endif 12 | -------------------------------------------------------------------------------- /Module/inc/usart_loop_module.h: -------------------------------------------------------------------------------- 1 | #ifndef __USART_LOOP_MODULE_H 2 | #define __USART_LOOP_MODULE_H 3 | #include "sys.h" 4 | 5 | void UsartLoop_ModuleInit(void); 6 | void UsartLoop_ModuleProcess0(unsigned short int period); 7 | 8 | unsigned short int UsartLoop_ModuleHandle0(Message_sut * pMessage); 9 | 10 | #endif 11 | -------------------------------------------------------------------------------- /UCGUI/AntiAlias/CCGUIAntiAlias.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | 3 | ECHO CCGUIAntiAlias.BAT: Compiling GUI\AntiAlias 4 | 5 | CALL CC GUIAAArc 6 | CALL CC GUIAAChar 7 | CALL CC GUIAAChar2 8 | CALL CC GUIAAChar4 9 | CALL CC GUIAACircle 10 | CALL CC GUIAALib 11 | CALL CC GUIAALine 12 | CALL CC GUIAAPoly 13 | CALL CC GUIAAPolyOut 14 | -------------------------------------------------------------------------------- /Module/src/iwdg_module.c: -------------------------------------------------------------------------------- 1 | #include "iwdg_module.h" 2 | #include "sys.h" 3 | 4 | void IWDG_ModuleInit() 5 | { 6 | //(64/40)*625 = 1s 7 | IWDG_WriteAccessCmd(IWDG_WriteAccess_Enable); 8 | IWDG_SetPrescaler(IWDG_Prescaler_64); 9 | IWDG_SetReload(625); 10 | IWDG_Enable(); 11 | } 12 | 13 | void IWDG_ModuleProcess0(unsigned short int period) 14 | { 15 | IWDG_ReloadCounter(); 16 | } 17 | -------------------------------------------------------------------------------- /Module/src/at_module.c: -------------------------------------------------------------------------------- 1 | #include "at_module.h" 2 | #include "usart_module.h" 3 | #include "at.h" 4 | 5 | #define AT_USART 0 6 | 7 | void AT_ModuleInit(void) 8 | { 9 | } 10 | void AT_ModuleProcess0(unsigned short int period) 11 | { 12 | u8 usartBuf[64]; 13 | u16 usartLen=0; 14 | usartLen += Usart_ModuleGetData(AT_USART, usartBuf+usartLen, sizeof(usartBuf)-usartLen); 15 | at_recvTask(usartBuf,usartLen); 16 | } 17 | -------------------------------------------------------------------------------- /UCGUI/JPEG/jversion.h: -------------------------------------------------------------------------------- 1 | /* 2 | * jversion.h 3 | * 4 | * Copyright (C) 1991-1998, Thomas G. Lane. 5 | * This file is part of the Independent JPEG Group's software. 6 | * For conditions of distribution and use, see the accompanying README file. 7 | * 8 | * This file contains software version identification. 9 | */ 10 | 11 | 12 | #define JVERSION "6b 27-Mar-1998" 13 | 14 | #define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane" 15 | -------------------------------------------------------------------------------- /User/inc/tool.h: -------------------------------------------------------------------------------- 1 | #ifndef __TOOL_H 2 | #define __TOOL_H 3 | #include "sys.h" 4 | 5 | u32 Tool_GetBitFor(u32 data, u8 index); 6 | u32 Tool_SetBitFor(u32 data, u8 index, BOOL d); 7 | void Tool_StrToHex(u8 *pbDest, u8 *pbSrc, int nLen); 8 | void Tool_HexToStr(u8 *pbDest, u8 *pbSrc, int nLen); 9 | 10 | 11 | void Tool_BubbleSort(u16 L[],u16 n); 12 | u16 Tool_GetByteIndex(u8 *pBuf, u16 start, u16 len, u8 byte); 13 | u32 Tool_LoopSub(u32 last, u32 next); 14 | 15 | #endif 16 | -------------------------------------------------------------------------------- /Module/src/led_module.c: -------------------------------------------------------------------------------- 1 | #include "led_module.h" 2 | #include "led.h" 3 | 4 | static unsigned short int s_period=0; 5 | static unsigned char s_state=0; 6 | 7 | void LED_ModuleInit(void) 8 | { 9 | LED_Init(); 10 | } 11 | void LED_ModuleProcess0(unsigned short int period) 12 | { 13 | if(s_state==0){ 14 | s_period+=period; 15 | if(s_period>=500){ 16 | s_period=0; 17 | LED=!LED; 18 | } 19 | } 20 | } 21 | 22 | void LED_ModuleOnOff(void) 23 | { 24 | if(s_state)s_state=0; 25 | else s_state=1; 26 | } -------------------------------------------------------------------------------- /Module/src/gui_module.c: -------------------------------------------------------------------------------- 1 | #include "gui_module.h" 2 | #include "touch.h" 3 | #include "GUI.H" 4 | #include "ILI93xx.h" 5 | 6 | static unsigned short int s_period=0; 7 | 8 | void GUI_ModuleInit(void) 9 | { 10 | //TP_Init(); 11 | GUI_Init(); 12 | LCD_Init_ILI93(); 13 | } 14 | 15 | void GUI_ModuleAfterInit(void) 16 | { 17 | GUI_SetBkColor(GUI_RED); 18 | GUI_SetColor(GUI_BLUE); 19 | GUI_Clear(); 20 | //LCD_Init_ILI93(); 21 | //LCD_DrawRectangle(19,114,220,315); 22 | } 23 | 24 | void GUI_ModuleProcess2(unsigned short int period) 25 | { 26 | GUI_Exec(); 27 | } 28 | 29 | -------------------------------------------------------------------------------- /UCGUI/ConvertColor/CCConvertColor.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | ECHO CCConvertColor.bat: Compiling GUI\ConvertColor 3 | CALL CC LCDP111 4 | CALL CC LCDP222 5 | CALL CC LCDP233 6 | CALL CC LCDP323 7 | CALL CC LCDP332 8 | CALL CC LCDP444_12 9 | CALL CC LCDP444_12_1 10 | CALL CC LCDP444_16 11 | CALL CC LCDP555 12 | CALL CC LCDP556 13 | CALL CC LCDP565 14 | CALL CC LCDP655 15 | CALL CC LCDP8666 16 | CALL CC LCDP8666_1 17 | CALL CC LCDPM233 18 | CALL CC LCDPM323 19 | CALL CC LCDPM332 20 | CALL CC LCDPM444_12 21 | CALL CC LCDPM444_16 22 | CALL CC LCDPM555 23 | CALL CC LCDPM556 24 | CALL CC LCDPM565 25 | CALL CC LCDPM655 26 | -------------------------------------------------------------------------------- /UCGUI/JPEG/CCGUIJPG.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | ECHO CCGUIJPG.BAT: Compiling GUI\JPG 3 | CALL CC GUI_JPEG 4 | CALL CC jcomapi 5 | CALL CC jdapimin 6 | CALL CC jdapistd 7 | CALL CC jdcoefct 8 | CALL CC jdcolor 9 | CALL CC jddctmgr 10 | CALL CC jdhuff 11 | CALL CC jdinput 12 | CALL CC jdmainct 13 | CALL CC jdmarker 14 | CALL CC jdmaster 15 | CALL CC jdmerge 16 | CALL CC jdphuff 17 | CALL CC jdpostct 18 | CALL CC jdsample 19 | CALL CC jdtrans 20 | CALL CC jerror 21 | CALL CC jfdctflt 22 | CALL CC jfdctfst 23 | CALL CC jfdctint 24 | CALL CC jidctflt 25 | CALL CC jidctfst 26 | CALL CC jidctint 27 | CALL CC jidctred 28 | CALL CC jmemmgr 29 | CALL CC jquant1 30 | CALL CC jquant2 31 | CALL CC jutils 32 | -------------------------------------------------------------------------------- /UCGUI/MemDev/CCGUIMemDev.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | 3 | ECHO CCGUIMemDev.BAT: Compiling GUI\MemDev 4 | 5 | CALL CC GUIDEV 6 | CALL CC GUIDEV_1 7 | CALL CC GUIDEV_8 8 | CALL CC GUIDEV_16 9 | CALL CC GUIDEV_AA 10 | CALL CC GUIDEV_Auto 11 | CALL CC GUIDEV_Banding 12 | CALL CC GUIDEV_Clear 13 | CALL CC GUIDEV_CmpWithLCD 14 | CALL CC GUIDEV_CopyFromLCD 15 | CALL CC GUIDEV_CreateFixed 16 | CALL CC GUIDEV_GetDataPtr 17 | CALL CC GUIDEV_GetXSize 18 | CALL CC GUIDEV_GetYSize 19 | CALL CC GUIDEV_Measure 20 | CALL CC GUIDEV_ReduceYSize 21 | CALL CC GUIDEV_SetOrg 22 | CALL CC GUIDEV_Usage 23 | CALL CC GUIDEV_UsageBM 24 | CALL CC GUIDEV_Write 25 | CALL CC GUIDEV_WriteAlpha 26 | CALL CC GUIDEV_WriteEx 27 | CALL CC GUIDEV_XY2PTR 28 | -------------------------------------------------------------------------------- /Project/Pro/JLinkSettings.ini: -------------------------------------------------------------------------------- 1 | [BREAKPOINTS] 2 | ShowInfoWin = 1 3 | EnableFlashBP = 2 4 | BPDuringExecution = 0 5 | [CFI] 6 | CFISize = 0x00 7 | CFIAddr = 0x00 8 | [CPU] 9 | OverrideMemMap = 0 10 | AllowSimulation = 1 11 | ScriptFile="" 12 | [FLASH] 13 | CacheExcludeSize = 0x00 14 | CacheExcludeAddr = 0x00 15 | MinNumBytesFlashDL = 0 16 | SkipProgOnCRCMatch = 1 17 | VerifyDownload = 1 18 | AllowCaching = 1 19 | EnableFlashDL = 2 20 | Override = 0 21 | Device="UNSPECIFIED" 22 | [GENERAL] 23 | WorkRAMSize = 0x00 24 | WorkRAMAddr = 0x00 25 | RAMUsageLimit = 0x00 26 | [SWO] 27 | SWOLogFile="" 28 | [MEM] 29 | RdOverrideOrMask = 0x00 30 | RdOverrideAndMask = 0xFFFFFFFF 31 | RdOverrideAddr = 0xFFFFFFFF 32 | WrOverrideOrMask = 0x00 33 | WrOverrideAndMask = 0xFFFFFFFF 34 | WrOverrideAddr = 0xFFFFFFFF 35 | -------------------------------------------------------------------------------- /AT/src/at_deviceCmd.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #include "at.h" 4 | #include "at_deviceCmd.h" 5 | #include "at_version.h" 6 | 7 | extern at_funcationType at_fun[]; 8 | extern u16 DebugLevel; 9 | 10 | 11 | 12 | 13 | void at_testCmdDebug(uint8_t id) 14 | { 15 | char temp[32]; 16 | sprintf(temp, "%s:(0-100)\r\n", at_fun[id].at_cmdName); 17 | at_printf(temp); 18 | at_backOk; 19 | } 20 | void at_queryCmdDebug(uint8_t id) 21 | { 22 | char temp[32]; 23 | sprintf(temp, "%s:%d\r\n", at_fun[id].at_cmdName,DebugLevel); 24 | at_printf(temp); 25 | at_backOk; 26 | } 27 | 28 | void at_setupCmdDebug(uint8_t id, char *pPara) 29 | { 30 | int data; 31 | sscanf(pPara,"=%d",&data); 32 | if(data<=100){ 33 | DebugLevel=data; 34 | at_backOk; 35 | }else{ 36 | at_backError; 37 | } 38 | } 39 | 40 | 41 | -------------------------------------------------------------------------------- /Module/src/usart_loop_module.c: -------------------------------------------------------------------------------- 1 | #include "usart_loop_module.h" 2 | #include "usart_module.h" 3 | #include "message.h" 4 | 5 | #define USART_LOOP 0 6 | 7 | 8 | static u8 usartBuf[64]; 9 | static u16 usartLen=0; 10 | 11 | void UsartLoop_ModuleInit() 12 | { 13 | } 14 | 15 | void UsartLoop_ModuleProcess0(unsigned short int period) 16 | { 17 | int i = Usart_ModuleGetData(USART_LOOP, usartBuf+usartLen, sizeof(usartBuf)-usartLen); 18 | MSG_Send(0,MESSAGE_USART_LOOP,0,0,usartBuf+usartLen,i); 19 | } 20 | 21 | unsigned short int UsartLoop_ModuleHandle0(Message_sut * pMessage) 22 | { 23 | if(pMessage->head.message==MESSAGE_USART_LOOP){ 24 | if(pMessage->head.len>MEM_SIZE-sizeof(MessageHead_sut)){ 25 | Usart_ModuleSetData(USART_LOOP, pMessage->data.pData,pMessage->head.len); 26 | }else{ 27 | Usart_ModuleSetData(USART_LOOP, pMessage->data.data8,pMessage->head.len); 28 | } 29 | return 1; 30 | } 31 | return 0; 32 | } 33 | -------------------------------------------------------------------------------- /AT/inc/at_version.h: -------------------------------------------------------------------------------- 1 | /* 2 | * File : at_version.h 3 | * This file is part of Espressif's AT+ command set program. 4 | * Copyright (C) 2013 - 2016, Espressif Systems 5 | * 6 | * This program is free software: you can redistribute it and/or modify 7 | * it under the terms of version 3 of the GNU General Public License as 8 | * published by the Free Software Foundation. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License along 16 | * with this program. If not, see . 17 | */ 18 | #ifndef __AT_VERSION_H__ 19 | #define __AT_VERSION_H__ 20 | 21 | #define AT_VERSION_main 0x00 22 | #define AT_VERSION_sub 0x19 23 | 24 | //#define AT_VERSION (AT_VERSION_main << 8 | AT_VERSION_sub) 25 | #define AT_VERSION "0020" 26 | 27 | #endif 28 | -------------------------------------------------------------------------------- /AT/inc/at_baseCmd.h: -------------------------------------------------------------------------------- 1 | /* 2 | * File : at_baseCmd.h 3 | * This file is part of Espressif's AT+ command set program. 4 | * Copyright (C) 2013 - 2016, Espressif Systems 5 | * 6 | * This program is free software: you can redistribute it and/or modify 7 | * it under the terms of version 3 of the GNU General Public License as 8 | * published by the Free Software Foundation. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License along 16 | * with this program. If not, see . 17 | */ 18 | #ifndef __AT_BASECMD_H 19 | #define __AT_BASECMD_H 20 | #include "sys.h" 21 | 22 | void at_exeCmdNull(uint8_t id); 23 | void at_setupCmdE(uint8_t id, char *pPara); 24 | void at_exeCmdRst(uint8_t id); 25 | void at_exeCmdGmr(uint8_t id); 26 | void at_setupCmdIpr(uint8_t id, char *pPara); 27 | 28 | void at_setupCmdGslp(uint8_t id, char *pPara); 29 | 30 | #endif 31 | -------------------------------------------------------------------------------- /UCGUI/Font/CCGUIFont.BAT: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | 3 | ECHO CCGUIFont.BAT: Compiling GUI\Font 4 | 5 | CALL CC F08_1 6 | CALL CC F08_ASCII 7 | CALL CC F10S_1 8 | CALL CC F10S_ASCII 9 | CALL CC F10_1 10 | CALL CC F10_ASCII 11 | CALL CC F13B_1 12 | CALL CC F13B_ASCII 13 | CALL CC F13HB_1 14 | CALL CC F13HB_ASCII 15 | CALL CC F13H_1 16 | CALL CC F13H_ASCII 17 | CALL CC F13_1 18 | CALL CC F13_ASCII 19 | CALL CC F16B_1 20 | CALL CC F16B_ASCII 21 | CALL CC F16_1 22 | CALL CC F16_1HK 23 | CALL CC F16_ASCII 24 | CALL CC F16_HK 25 | CALL CC F24_1 26 | CALL CC F24_ASCII 27 | CALL CC F24B_1 28 | CALL CC F24B_ASCII 29 | CALL CC F32_1 30 | CALL CC F32_ASCII 31 | CALL CC F32B_1 32 | CALL CC F32B_ASCII 33 | CALL CC F4x6 34 | CALL CC F6x8 35 | CALL CC F8x10_ASCII 36 | CALL CC F8x12_ASCII 37 | CALL CC F8x13_1 38 | CALL CC F8x13_ASCII 39 | CALL CC F8x15B_1 40 | CALL CC F8x15B_ASCII 41 | CALL CC F8x16 42 | CALL CC F8x8 43 | CALL CC FComic18B_1 44 | CALL CC FComic18B_ASCII 45 | CALL CC FComic24B_1 46 | CALL CC FComic24B_ASCII 47 | CALL CC FD24x32 48 | CALL CC FD32 49 | CALL CC FD36x48 50 | CALL CC FD48 51 | CALL CC FD48x64 52 | CALL CC FD60x80 53 | CALL CC FD64 54 | CALL CC FD80 55 | -------------------------------------------------------------------------------- /AT/inc/at_deviceCmd.h: -------------------------------------------------------------------------------- 1 | #ifndef __AT_DEVICECMD_H 2 | #define __AT_DEVICECMD_H 3 | #include "sys.h" 4 | //#include "" 5 | 6 | void at_testCmdId(uint8_t id); 7 | void at_queryCmdId(uint8_t id); 8 | void at_setupCmdId(uint8_t id, char *pPara); 9 | //void at_exeCmdId(uint8_t id); 10 | 11 | void at_testCmdPlu(uint8_t id); 12 | void at_queryCmdPlu(uint8_t id); 13 | void at_setupCmdPlu(uint8_t id, char *pPara); 14 | //void at_exeCmdPara(uint8_t id); 15 | 16 | void at_queryCmdBill(uint8_t id); 17 | 18 | void at_testCmdCoin(uint8_t id); 19 | void at_setupCmdCoin(uint8_t id, char *pPara); 20 | //void at_exeCmdCoin(uint8_t id); 21 | 22 | void at_queryCmdCsq(uint8_t id); 23 | 24 | void at_testCmdDebug(uint8_t id); 25 | void at_queryCmdDebug(uint8_t id); 26 | void at_setupCmdDebug(uint8_t id, char *pPara); 27 | 28 | void at_exeCmdCip(uint8_t id); 29 | 30 | void at_testCmdGprs(uint8_t id); 31 | void at_setupCmdGprs(uint8_t id, char *pPara); 32 | 33 | void at_testCmdSet(uint8_t id); 34 | void at_queryCmdSet(uint8_t id); 35 | void at_setupCmdSet(uint8_t id, char *pPara); 36 | 37 | void at_exeCmdGret(uint8_t id); 38 | 39 | void at_exeCmdGdebug(uint8_t id); 40 | 41 | void at_testCmdApn(uint8_t id); 42 | void at_queryCmdApn(uint8_t id); 43 | void at_setupCmdApn(uint8_t id, char *pPara); 44 | #endif 45 | -------------------------------------------------------------------------------- /AT/inc/at_cmd.h: -------------------------------------------------------------------------------- 1 | /* 2 | * File : at_cmd.h 3 | * This file is part of Espressif's AT+ command set program. 4 | * Copyright (C) 2013 - 2016, Espressif Systems 5 | * 6 | * This program is free software: you can redistribute it and/or modify 7 | * it under the terms of version 3 of the GNU General Public License as 8 | * published by the Free Software Foundation. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License along 16 | * with this program. If not, see . 17 | */ 18 | #ifndef __AT_CMD_H 19 | #define __AT_CMD_H 20 | 21 | #include "at.h" 22 | //#include "at_wifiCmd.h" 23 | //#include "at_ipCmd.h" 24 | #include "at_baseCmd.h" 25 | #include "at_deviceCmd.h" 26 | 27 | #define at_cmdNum 17 28 | 29 | at_funcationType at_fun[at_cmdNum]={ 30 | //basecmd 31 | {NULL, 0, NULL, NULL, NULL, at_exeCmdNull}, 32 | {"E", 1, NULL, NULL, at_setupCmdE, NULL}, 33 | {"+RST", 4, NULL, NULL, NULL, at_exeCmdRst}, 34 | {"+GMR", 4, NULL, NULL, NULL, at_exeCmdGmr}, 35 | {"+GSLP", 5, NULL, NULL, at_setupCmdGslp, NULL}, 36 | {"+IPR", 4, NULL, NULL, at_setupCmdIpr, NULL}, 37 | 38 | //devicecmd 39 | {"+DEBUG", 6, at_testCmdDebug, at_queryCmdDebug, at_setupCmdDebug, NULL}, 40 | }; 41 | 42 | #endif 43 | -------------------------------------------------------------------------------- /User/src/module.c: -------------------------------------------------------------------------------- 1 | #include "module.h" 2 | 3 | #include "iwdg_module.h" 4 | #include "usart_module.h" 5 | #include "led_module.h" 6 | #include "usart_loop_module.h" 7 | #include "at_module.h" 8 | #include "input_module.h" 9 | #include "msg_test_module.h" 10 | #include "gui_module.h" 11 | 12 | static Module_sut s_modules[]={ 13 | {IWDG_ModuleInit,0,IWDG_ModuleProcess0,0,0, 0,0,0}, 14 | {Usart_ModuleInit,0,0,0,0, 0,0,0}, 15 | {LED_ModuleInit,0,LED_ModuleProcess0,0,0, 0,0,0}, 16 | //{AT_ModuleInit,0,AT_ModuleProcess0,0,0, 0,0,0}, 17 | {UsartLoop_ModuleInit,0,UsartLoop_ModuleProcess0,0,0, UsartLoop_ModuleHandle0,0,0}, 18 | {Input_ModuleInit,0,Input_ModuleProcess0,0,0, 0,0,0}, 19 | {MsgTest_ModuleInit,0,0,MsgTest_ModuleProcess1,0, MsgTest_ModuleHandle0,0,0}, 20 | //{GUI_ModuleInit,GUI_ModuleAfterInit,0,0,GUI_ModuleProcess2, 0,0,0}, 21 | }; 22 | 23 | void Module_Init() 24 | { 25 | int i=0; 26 | for(i=0;i. 17 | */ 18 | #ifndef __AT_WIFICMD_H 19 | #define __AT_WIFICMD_H 20 | 21 | void at_testCmdCwmode(uint8_t id); 22 | void at_queryCmdCwmode(uint8_t id); 23 | void at_setupCmdCwmode(uint8_t id, char *pPara); 24 | 25 | //void at_testCmdCwjap(uint8_t id); 26 | void at_queryCmdCwjap(uint8_t id); 27 | void at_setupCmdCwjap(uint8_t id, char *pPara); 28 | 29 | void at_setupCmdCwlap(uint8_t id, char *pPara); 30 | void at_exeCmdCwlap(uint8_t id); 31 | 32 | void at_testCmdCwqap(uint8_t id); 33 | void at_exeCmdCwqap(uint8_t id); 34 | 35 | void at_queryCmdCwsap(uint8_t id); 36 | void at_setupCmdCwsap(uint8_t id, char *pPara); 37 | 38 | void at_exeCmdCwlif(uint8_t id); 39 | 40 | void at_queryCmdCwdhcp(uint8_t id); 41 | void at_setupCmdCwdhcp(uint8_t id, char *pPara); 42 | 43 | void at_queryCmdCipstamac(uint8_t id); 44 | void at_setupCmdCipstamac(uint8_t id, char *pPara); 45 | 46 | void at_queryCmdCipapmac(uint8_t id); 47 | void at_setupCmdCipapmac(uint8_t id, char *pPara); 48 | 49 | void at_queryCmdCipsta(uint8_t id); 50 | void at_setupCmdCipsta(uint8_t id, char *pPara); 51 | 52 | void at_queryCmdCipap(uint8_t id); 53 | void at_setupCmdCipap(uint8_t id, char *pPara); 54 | 55 | #endif 56 | -------------------------------------------------------------------------------- /Module/src/msg_test_module.c: -------------------------------------------------------------------------------- 1 | #include "msg_test_module.h" 2 | #include "usart_module.h" 3 | #include "message.h" 4 | 5 | #if SYSTEM_SUPPORT_UCOS==1 6 | extern OS_MEM * Mem; 7 | extern OS_MEM * MemBig; 8 | 9 | extern OS_EVENT * QMessage[TASK_NUM]; 10 | #endif 11 | 12 | static unsigned short int s_period=0; 13 | 14 | void MsgTest_ModuleInit(void) 15 | { 16 | 17 | } 18 | void MsgTest_ModuleProcess1(unsigned short int period) 19 | { 20 | s_period+=period; 21 | if(s_period>=1000){ 22 | s_period-=1000; 23 | MSG_Send(0,MESSAGE_MSG_TEST,OSTime,OSCPUUsage,(u8*)&OSTime,sizeof(OSTime)); 24 | } 25 | } 26 | 27 | unsigned short int MsgTest_ModuleHandle0(Message_sut * pMessage) 28 | { 29 | if(pMessage->head.message==MESSAGE_MSG_TEST){ 30 | u8 i=0; 31 | u8 err; 32 | void *pData=0; 33 | char* pBuf=MEM_Get(MEM_SIZE,&err); 34 | 35 | if(!pBuf)return 1; 36 | 37 | sprintf(pBuf,"OSTime:%d\r\n",pMessage->data.data32[0]); 38 | Usart_ModuleSetData(0, (u8*)pBuf,strlen(pBuf)); 39 | sprintf(pBuf,"OSCPUUsage:%d\r\n",pMessage->head.para1); 40 | Usart_ModuleSetData(0, (u8*)pBuf,strlen(pBuf)); 41 | 42 | pData=MEM_Get(sizeof(OS_Q_DATA),&err); 43 | if(pData){ 44 | for(i=0;iOSQSize-((OS_Q_DATA*)pData)->OSNMsgs); 47 | Usart_ModuleSetData(0, (u8*)pBuf,strlen(pBuf)); 48 | } 49 | } 50 | MEM_Put(pData); 51 | } 52 | 53 | pData=MEM_Get(sizeof(OS_MEM_DATA),&err); 54 | if(pData){ 55 | if(OS_ERR_NONE==OSMemQuery(Mem,pData)){ 56 | sprintf(pBuf,"Mem:Num=%d\r\n",((OS_MEM_DATA*)pData)->OSNFree); 57 | Usart_ModuleSetData(0, (u8*)pBuf,strlen(pBuf)); 58 | } 59 | if(OS_ERR_NONE==OSMemQuery(MemBig,pData)){ 60 | sprintf(pBuf,"MemBig:Num=%d\r\n",((OS_MEM_DATA*)pData)->OSNFree); 61 | Usart_ModuleSetData(0, (u8*)pBuf,strlen(pBuf)); 62 | } 63 | MEM_Put(pData); 64 | } 65 | MEM_Put(pBuf); 66 | 67 | return 1; 68 | } 69 | return 0; 70 | } 71 | -------------------------------------------------------------------------------- /USB/LIB/inc/usb_int.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file usb_int.h 4 | * @author MCD Application Team 5 | * @version V4.0.0 6 | * @date 28-August-2012 7 | * @brief Endpoint CTR (Low and High) interrupt's service routines prototypes 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | *

© COPYRIGHT 2012 STMicroelectronics

12 | * 13 | * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); 14 | * You may not use this file except in compliance with the License. 15 | * You may obtain a copy of the License at: 16 | * 17 | * http://www.st.com/software_license_agreement_liberty_v2 18 | * 19 | * Unless required by applicable law or agreed to in writing, software 20 | * distributed under the License is distributed on an "AS IS" BASIS, 21 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 | * See the License for the specific language governing permissions and 23 | * limitations under the License. 24 | * 25 | ****************************************************************************** 26 | */ 27 | 28 | 29 | /* Define to prevent recursive inclusion -------------------------------------*/ 30 | #ifndef __USB_INT_H 31 | #define __USB_INT_H 32 | 33 | /* Includes ------------------------------------------------------------------*/ 34 | /* Exported types ------------------------------------------------------------*/ 35 | /* Exported constants --------------------------------------------------------*/ 36 | /* Exported macro ------------------------------------------------------------*/ 37 | /* Exported functions ------------------------------------------------------- */ 38 | void CTR_LP(void); 39 | void CTR_HP(void); 40 | 41 | /* External variables --------------------------------------------------------*/ 42 | 43 | #endif /* __USB_INT_H */ 44 | 45 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ 46 | -------------------------------------------------------------------------------- /User/inc/stm32f10x_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file GPIO/IOToggle/stm32f10x_it.h 4 | * @author MCD Application Team 5 | * @version V3.5.0 6 | * @date 08-April-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F10x_IT_H 24 | #define __STM32F10x_IT_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f10x.h" 28 | 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | /* Exported macro ------------------------------------------------------------*/ 32 | /* Exported functions ------------------------------------------------------- */ 33 | 34 | void NMI_Handler(void); 35 | void HardFault_Handler(void); 36 | void MemManage_Handler(void); 37 | void BusFault_Handler(void); 38 | void UsageFault_Handler(void); 39 | void SVC_Handler(void); 40 | void DebugMon_Handler(void); 41 | void PendSV_Handler(void); 42 | void SysTick_Handler(void); 43 | 44 | #endif /* __STM32F10x_IT_H */ 45 | 46 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 47 | -------------------------------------------------------------------------------- /USB/LIB/inc/usb_mem.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file usb_mem.h 4 | * @author MCD Application Team 5 | * @version V4.0.0 6 | * @date 28-August-2012 7 | * @brief Utility prototypes functions for memory/PMA transfers 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | *

© COPYRIGHT 2012 STMicroelectronics

12 | * 13 | * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); 14 | * You may not use this file except in compliance with the License. 15 | * You may obtain a copy of the License at: 16 | * 17 | * http://www.st.com/software_license_agreement_liberty_v2 18 | * 19 | * Unless required by applicable law or agreed to in writing, software 20 | * distributed under the License is distributed on an "AS IS" BASIS, 21 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 | * See the License for the specific language governing permissions and 23 | * limitations under the License. 24 | * 25 | ****************************************************************************** 26 | */ 27 | 28 | 29 | /* Define to prevent recursive inclusion -------------------------------------*/ 30 | #ifndef __USB_MEM_H 31 | #define __USB_MEM_H 32 | 33 | /* Includes ------------------------------------------------------------------*/ 34 | /* Exported types ------------------------------------------------------------*/ 35 | /* Exported constants --------------------------------------------------------*/ 36 | /* Exported macro ------------------------------------------------------------*/ 37 | /* Exported functions ------------------------------------------------------- */ 38 | void UserToPMABufferCopy(uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes); 39 | void PMAToUserBufferCopy(uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes); 40 | 41 | /* External variables --------------------------------------------------------*/ 42 | 43 | #endif /*__USB_MEM_H*/ 44 | 45 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ 46 | -------------------------------------------------------------------------------- /AT/inc/at.h: -------------------------------------------------------------------------------- 1 | /* 2 | * File : at.h 3 | * This file is part of Espressif's AT+ command set program. 4 | * Copyright (C) 2013 - 2016, Espressif Systems 5 | * 6 | * This program is free software: you can redistribute it and/or modify 7 | * it under the terms of version 3 of the GNU General Public License as 8 | * published by the Free Software Foundation. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License along 16 | * with this program. If not, see . 17 | */ 18 | #ifndef __AT_H 19 | #define __AT_H 20 | 21 | #include "sys.h" 22 | //#define at_busyTaskPrio 1 23 | //#define at_busyTaskQueueLen 4 24 | 25 | //#define ali 26 | 27 | //#define at_recvTaskPrio 0 28 | //#define at_recvTaskQueueLen 64 29 | 30 | //#define at_procTaskPrio 1 31 | //#define at_procTaskQueueLen 1 32 | 33 | 34 | 35 | typedef enum{ 36 | at_statIdle, 37 | at_statRecving, 38 | at_statProcess, 39 | at_statIpSending, 40 | at_statIpSended, 41 | at_statIpTraning 42 | }at_stateType; 43 | 44 | typedef enum{ 45 | m_init, 46 | m_wact, 47 | m_gotip, 48 | m_linked, 49 | m_unlink, 50 | m_wdact 51 | }at_mdStateType; 52 | 53 | typedef struct 54 | { 55 | char *at_cmdName; 56 | int8_t at_cmdLen; 57 | void (*at_testCmd)(uint8_t id); 58 | void (*at_queryCmd)(uint8_t id); 59 | void (*at_setupCmd)(uint8_t id, char *pPara); 60 | void (*at_exeCmd)(uint8_t id); 61 | }at_funcationType; 62 | 63 | typedef struct 64 | { 65 | uint32_t baud; 66 | uint32_t saved; 67 | }at_uartType; 68 | 69 | //void at_init(void); 70 | void at_printf(const char * s); 71 | void at_recvTask(u8 *recvBuf,u16 recvLen); 72 | void at_cmdProcess(uint8_t *pAtRcvData); 73 | 74 | #define at_backOk at_printf("\r\nOK\r\n") 75 | #define at_backError at_printf("\r\nERROR\r\n"); 76 | #define at_backTeError "+CTE ERROR: %d\r\n" 77 | 78 | #endif 79 | -------------------------------------------------------------------------------- /USB/LIB/inc/usb_sil.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file usb_sil.h 4 | * @author MCD Application Team 5 | * @version V4.0.0 6 | * @date 28-August-2012 7 | * @brief Simplified Interface Layer function prototypes. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | *

© COPYRIGHT 2012 STMicroelectronics

12 | * 13 | * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); 14 | * You may not use this file except in compliance with the License. 15 | * You may obtain a copy of the License at: 16 | * 17 | * http://www.st.com/software_license_agreement_liberty_v2 18 | * 19 | * Unless required by applicable law or agreed to in writing, software 20 | * distributed under the License is distributed on an "AS IS" BASIS, 21 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 | * See the License for the specific language governing permissions and 23 | * limitations under the License. 24 | * 25 | ****************************************************************************** 26 | */ 27 | 28 | 29 | /* Define to prevent recursive inclusion -------------------------------------*/ 30 | #ifndef __USB_SIL_H 31 | #define __USB_SIL_H 32 | 33 | /* Includes ------------------------------------------------------------------*/ 34 | /* Exported types ------------------------------------------------------------*/ 35 | /* Exported constants --------------------------------------------------------*/ 36 | /* Exported macro ------------------------------------------------------------*/ 37 | /* Exported functions ------------------------------------------------------- */ 38 | 39 | uint32_t USB_SIL_Init(void); 40 | uint32_t USB_SIL_Write(uint8_t bEpAddr, uint8_t* pBufferPointer, uint32_t wBufferSize); 41 | uint32_t USB_SIL_Read(uint8_t bEpAddr, uint8_t* pBufferPointer); 42 | 43 | /* External variables --------------------------------------------------------*/ 44 | 45 | #endif /* __USB_SIL_H */ 46 | 47 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ 48 | --------------------------------------------------------------------------------