Jump to content

fastlink30

Members
  • Posts

    80
  • Joined

  • Last visited

Everything posted by fastlink30

  1. ok, now i can compile, thinked i have ctivated the pwm in halconf.h, but not the read.me present on the repository that dm13dv1b write, with example to use uGFX with ssd1289 & chibios i hope he see this & add also the ginput_lld_mouse_board.h file on repository thanks
  2. i tryed to use this example to complete my source code, i have copied the file board_SSD1289.h & gdisp_lld_SSD1289.c as explained in the read.me file (ginput_lld_mouse_board.h missing, so i have used another found in the c:\ChibiStudio\ugfx\boards\base\Olimex-STM32-LCD\ directory), modified the makefile (looked your original, and changed mine) but when i compile i had this errors: In file included from c:/ChibiStudio/ugfx/drivers/gdisp/SSD1289/gdisp_lld_SSD1289.c:16:0: c:/ChibiStudio/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:27:1: error: unknown type name 'PWMConfig' c:/ChibiStudio/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:29:3: warning: excess elements in scalar initializer [enabled by default] c:/ChibiStudio/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:29:3: warning: (near initialization for 'pwmcfg') [enabled by default] c:/ChibiStudio/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:30:3: warning: excess elements in scalar initializer [enabled by default] thanks
  3. where i can found the file board_ssd1289.h? slowly i start understand (i hope) how must be the things... but is a pain... there aren't examples? i have included the source files on the ide
  4. as you can see from the attached file, seems all ok, i not understand
  5. not understand what mean this, i not have .a file to link, how i can make this? i looked on internet, but i not have found exaustive solution about this (there are gui editor to use with ugfx)) thanks (again)
  6. but now i have this error undefined reference to `gfxInit'
  7. i have downloaded & compiled, now i can compile without errors thanks
  8. tectu: i removed the size_t (raw32.h) becouse i was trying to disable the various definitions, but without uint32_t must be undeclared, and for this, after appear errors inmarket: attached main.c, the other include are needed, becouse i need other stuff/pin, i'm testing firmware on stm32f4discovery thanks main.rar
  9. 1) same of before, type conflict 2) no error with uint8_t, but now conflict error with size_t on raw32.h, if definition of size_t on raw32 is removed, i have error becouse function prototypes require it... ach attached file stdint.rar thanks stdint.rar
  10. also with the version on the repository, is the same, nothing changed, conflict on typedef
  11. i've removed the definitions of int32_t,uint32_t, etc. but there are also delaytime_t and systemticks_t that are depending from the uint32_t, so after i receive compilation error becouse systemticks_t is not defined i've removed stdint.h, nothing happen i know that i must add some subroutine, but first of all, i want that compile is successfull where i found the uGFX master state? what is the difference from the 2.1 release (i'm new on uGfx) thanks
  12. i've attached the build log and project, is only ide, i not use coos, not use makefile, i use cmsis (i must split the project file in 2 parts) thanks STM_OVEN.part01.rar STM_OVEN.part02.rar
  13. I try to compile 'on bare metal' but i receive some error about 'previous declaration of 'int32_t' this happen also for int8_t e uint32_t, i use coocox ide and stm32f4discovery and ugfx 2.1 and ssd1289 , there are conflict with win32.h file & 'gnu tools arm embedded\4.8 2014q2\lib\gcc\arm-none-eabi\4.8.4\include\stdint.h' is possible avoid this? there are tips? thanks
×
×
  • Create New...