Jump to content

yusp75

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by yusp75

  1. Hi, I am using ugfx 2.4 in my project, using stm32 hal lib and freertos. The ide is IAR 7.4, and gfxconf.h is setted as follow: #define GFX_USE_OS_FREERTOS TRUE #define GFX_USE_GDISP TRUE #define GDISP_NEED_AUTOFLUSH FALSE #define GDISP_NEED_TEXT TRUE #define GDISP_INCLUDE_FONT_UI2 TRUE when i make, i get error as: Error[Li006]: duplicate definitions for "GDISPVMT_OnlyOne"; in "E:\vbt6\p_vbt6\EWARM\p_vbt6 Configuration\Obj\gdisp.o", and "E:\vbt6\p_vbt6\EWARM\ p_vbt6 Configuration\Obj\gdisp_lld_SSD1306.o" If i use ugfx with mbed, it is OK ,and can disply. As my project change MCU from STM32F103VET6 to VBT6, couldnot use mbed any wany, because of RAM is smaller. Any help?
  2. yusp75

    using SSD1306

    Hi, I am using a oled: ssd1306, with chibios. I found a line in readme.txt: - after using uGFX subsystem gdisp_lld_display() has to be called "by hand" to push framebuffer to display Could you tell me where is it? Or , I implement it by myself? And in my project , how I can tell the gfx to use my ssd1306? And i am using stm32f1, any example integrating? Thanks.
×
×
  • Create New...