Jump to content

Michal

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Beginings are hard , i still have some troubleI create new project upon project You linked to post, because direction import from workspace is not working , and fatal error: gdisp_lld_config.h: No such file or directory gdisp.h /nnn/ugfx/src/gdisp line 157 C/C++ Problem make: *** [ugfx/src/gwin/gwin.o] Error 1 nnn C/C++ Problem But it exist in workspace , so I add path for src/gdisp/mcufont but occured another errors of this type so i add ewry posible in the end i got aditional 90 errors. should i add this path path or no , maybe will be better if i wait some for complete ready-to-run project which You mentioned or maybe You could create short step-by-stem guide if it is not a big problem.
  2. main problem is the errors make: *** [src/main.o] Error 1 ff C/C++ Problem unknown type name 'UART_HandleTypeDef' stm32746g_discovery.h /ff/Utilities/STM32746G-Discovery line 317 C/C++ bifore adding ugfx libraries there is no errors i think i done somethink wrong
  3. Hi everyone I am trying configure SW4STM32 with uGFX but i have some problems. Now I am working on windows 10 system and I implementing ugfx to baremetal stm32f7 disco project and I follow with: - create a new ugfx folder in project tree anc copy content ugfc library and exlude from build - copy gfx_mk.c from ugfx/src to my src folder - copy gfxconf.example.h into iclude and configure as follows: #ifndef _GFXCONF_H #define _GFXCONF_H #define GFX_USE_GDISP TRUE #define GDISP_NEED_VALIDATION FALSE #define GDISP_NEED_CLIP FALSE #define GDISP_NEED_TEXT FALSE #define GDISP_NEED_CIRCLE TRUE #define GDISP_NEED_ELLIPSE FALSE #define GDISP_NEED_ARC FALSE #define GDISP_NEED_SCROLL FALSE #define GDISP_NEED_PIXELREAD FALSE #define GDISP_NEED_CONTROL FALSE #define GDISP_NEED_MULTITHREAD FALSE #define GDISP_NEED_ASYNC FALSE #define GDISP_NEED_MSGAPI FALSE /* Builtin Fonts */ #define GDISP_INCLUDE_FONT_SMALL FALSE #define GDISP_INCLUDE_FONT_LARGER FALSE #define GDISP_INCLUDE_FONT_UI1 FALSE #define GDISP_INCLUDE_FONT_UI2 FALSE #define GDISP_INCLUDE_FONT_LARGENUMBERS FALSE #endif /* _GFXCONF_H */ next i copy follows files into my project add path | properties>> C/C++ Build/settings >> includes "../ugfx""../STM32LTDC" "../FT5336""../STM32F746-Discovery" end in main i include gfx.h Someone could tell me what i do wrong ?? or share simple already configured project redy to compile. Thank
×
×
  • Create New...