Jump to content

Bilymo

Members
  • Posts

    5
  • Joined

  • Last visited

About Bilymo

  • Birthday 04/26/1968

Recent Profile Visitors

706 profile views
  1. I Understand, I will take advantage of your advice, Thank you!
  2. Dear Administrator, forum Members, List, Of course, I want that your product be "universal" for models STM32 , etc, and not just for standard boards and all users understood this. Still, your official instructions, at least needs to be refined, because there you need to add files from the folder ugfx/DRIVERS/gdisp/ILIXXXX, otherwise the file "gdisp_lld_config.h" does not see (Keil uvision).But I have not yet launched, If I find the time, I'll try to adapt your gfx for my project ... if there is time .... Unfortunately, your "competitors" things are not better, I make a bet on your product ...
  3. I did everything according to the instructions and I have a mistake: .. ..\ugfx\src\../src/gdisp/gdisp.h(166): error: #5: cannot open source input file "gdisp_lld_config.h": No such file or directory Please, tell me what was done wrong? 2_6_I2C_TFT_GUI_RTOS(Developed).zip
  4. I did everything according to the instructions and I have a mistake: ..\ugfx\src\../src/gdisp/gdisp.h(166): error: #5: cannot open source input file "gdisp_lld_config.h": No such file or directory Therefore, I copied the contents of the \ ugfx \ drivers \ gdisp \ ILI9341 directory and the gdisp_lld_config.h file to \ ugfx \ src \ gdisp and an error occurs __PROJ \ __ PROJ.axf: Error: L6218E: Undefined symbol GDISPVMT_OnlyOne (referred from gfx_mk.o). __PROJ \ __ PROJ.axf: Error: L6218E: Undefined symbol GMOUSEVMT_OnlyOne (referred from gfx_mk.o). __PROJ \ __ PROJ.axf: Error: L6218E: Undefined symbol gdisp_lld_control (referred from gfx_mk.o). __PROJ \ __ PROJ.axf: Error: L6218E: Undefined symbol gdisp_lld_init (referred from gfx_mk.o). __PROJ \ __ PROJ.axf: Error: L6218E: Undefined symbol gdisp_lld_write_color (referred from gfx_mk.o). __PROJ \ __ PROJ.axf: Error: L6218E: Undefined symbol gdisp_lld_write_start (referred from gfx_mk.o). __PROJ \ __ PROJ.axf: Error: L6218E: Undefined symbol gdisp_lld_write_stop (referred from gfx_mk.o). __PROJ \ __ PROJ.axf: Error: L6218E: Undefined symbol gfxMillisecondsToTicks (referred from gfx_mk.o). __PROJ \ __ PROJ.axf: Error: L6218E: Undefined symbol gfxSystemTicks (referred from gfx_mk.o). How to solve problem? 2_6_I2C_TFT_GUI_RTOS(Developed).rar
  5. Hello Dear Friends. I encountered a similar problem. I use Keil uvision 5.06 + HAL by STM32F446 Nucleo on Extern TFT ILI9341 (SPI) and I did everything according to the instructions https://wiki.ugfx.io/index.php/Using_Keil_µVision_5_MDK-ARM. I copy \ugfx\drivers\gdisp\ILI9341 in directory \ugfx\src\gdisp My config file #ifndef _GFXCONF_H #define _GFXCONF_H /* The operating system to use. One of these must be defined - preferably in your Makefile */ //#define GFX_USE_OS_CHIBIOS FALSE //#define GFX_USE_OS_WIN32 TRUE //#define GFX_USE_OS_LINUX FALSE //#define GFX_USE_OS_OSX FALSE #define GFX_USE_OS_RAW32 TRUE #define GFX_COMPILER_KEIL TRUE /* GFX sub-systems to turn on */ #define GFX_USE_GDISP TRUE #define GFX_USE_GEVENT TRUE #define GFX_USE_GTIMER TRUE #define GFX_USE_GINPUT TRUE /* Features for the GDISP sub-system. */ #define GDISP_USE_DMA TRUE #define GDISP_NEED_CONTROL TRUE #define GDISP_NEED_VALIDATION TRUE #define GDISP_NEED_CLIP TRUE #define GDISP_NEED_TEXT TRUE #define GDISP_NEED_CIRCLE TRUE #define GDISP_NEED_MULTITHREAD TRUE /* Comment these out if it conflicts with your hardware */ #define GDISP_NEED_CONTROL TRUE #define GDISP_DEFAULT_ORIENTATION GDISP_ROTATE_PORTRAIT #define GDISP_SCREEN_WIDTH 240 #define GDISP_SCREEN_HEIGHT 320 /* Builtin Fonts */ #define GDISP_INCLUDE_FONT_DEJAVUSANS12 TRUE #define GDISP_INCLUDE_FONT_DEJAVUSANS16 TRUE #define GDISP_NEED_ANTIALIAS FALSE /* Features for the GINPUT sub-system. */ #define GINPUT_NEED_MOUSE TRUE #endif /* _GFXCONF_H */ How to solve this problem?
×
×
  • Create New...