Jump to content

fastlink30

Members
  • Posts

    80
  • Joined

  • Last visited

Everything posted by fastlink30

  1. found the problem! :roll: my mistake, i initialize GPIOD_15 before i show the first page, but GPIO_15 is used by display bus.... so, after problem to send data to display... ach! sorry tectu & innmarket for the time loosed about my stupid mistake!
  2. i had put 2 video on the usual repository, is more simple for me (excuse my english) the new, show what happen when i start debug, as you can see, i can do calibration, and text is ok, after calibration, you can see some white pixel on the right the old, show the old project (first page only), is correct. no calibration becouse not needed. i tryed to disable all the optimization but nothing change, fpu is active at this point i not have idea what to try.. :evil: i tryed also to deactivate all (only GDISP active)
  3. yes, old project is working, i tryed to be sure, and yes, is working i'm sure i have replaced the board_ssd1289.h file with file of old project & put to slow speed dma what i not understand if is communication problem, also the logo i can't see, but i see correctly, also the mouse calibration, text & graphics! can be some optimization settings of the compiler?
  4. i not see text on display, or to say better, i see something that seems text, but not writed correctly (see image attached), also there are blu line, garbage i use stm32f4 discovery, ssd1289, display is connected with wire, i tryed with my previous project (with chibistudio), and goes fine, so is not problem of wire, is something about setup. i have modified (like in previous project) the driver for the ss1289, to go more slow (DMA), if i use the original, i see only fuzzy i put on the usual place photo and project modified you can see on the left what is supposed be text logo startup is correct, also calibration page
  5. ok, i found in another thread GINPUT_MOUSE_NEED_CALIBRATION FALSE on the mouse driver .h now the second more difficult thing.. why not writed correctly display
  6. thanks for all tectu, i have some problem, but i try to solve by myself (i see correctly displayed the calibration screen, but not my text after the calibration) how to disable the calibration screen? i need to go immediatly to first page, without, everytime make calibration, at this point not interest me interact with touchscreen
  7. ok, found the problem, i not include the dir src/gdisp :? :roll: OVEN_TFT2_6.ZIP what is the font _aa? what is the difference with 'normal' font?
  8. before replaced the files, error go away, after i try to remove directory ugfx and replace with update from repository,also previous error go away but (this happen also when only replace file).. obj\debug\ext\ugfx\src\gfx.o: In function `gfxInit': C:\EmBlocks\OVEN_TFT2/ext\ugfx\src/gfx.c:90: undefined reference to `_gdispInit' obj\debug\ext\ugfx\src\ginput\ginput_mouse.o: In function `GetMouseReading': C:\EmBlocks\OVEN_TFT2/ext\ugfx\src\ginput/ginput_mouse.c:181: undefined reference to `gdispGGetWidth' C:\EmBlocks\OVEN_TFT2/ext\ugfx\src\ginput/ginput_mouse.c:182: undefined reference to `gdispGGetHeight' C:\EmBlocks\OVEN_TFT2/ext\ugfx\src\ginput/ginput_mouse.c:189: undefined reference to `gdispGGetOrientation' obj\debug\ext\ugfx\src\ginput\ginput_mouse.o: In function `CalibrationCrossDraw': never ending story.. in the usual place, if can help you (and me!) OVEN_TFT2_5.rar
  9. thank you tectu, now i can compile (probably before i do mix with 2.2 version, old version & repository version.. ) but when i add gfxInit(), receive this error : .\src/gmouse_lld_ADS7843_board.h: In function 'read_value': .\src/gmouse_lld_ADS7843_board.h:40:1: warning: no return statement in function returning non-void [-Wreturn-type] .\src/gmouse_lld_ADS7843_board.h:38:43: warning: unused parameter 'm' [-Wunused-parameter] .\src/gmouse_lld_ADS7843_board.h:38:55: warning: unused parameter 'port' [-Wunused-parameter] ext\ugfx\drivers\ginput\touch\ADS7843\gmouse_lld_ADS7843.c: At top level: ext\ugfx\drivers\ginput\touch\ADS7843\gmouse_lld_ADS7843.c:53:18: error: 'BOARD_DATA_SIZE' undeclared here (not in a function) i think that i not include some .h file of the mouse driver i have moved the directory of chibios & uGFX inside dir ext, not think is the problem http://ge.tt/7GrQ6o72 OVEN_TFT2_33.rar
  10. sorry tectu (i'm tired) the file is here..i not write the new link.. http://ge.tt/7GrQ6o72/v/1 filename oven_tft_2
  11. i've done as you say (copyed the file in the same dir of the main.c and remove _template), and added to the project but error persist.. i have put the project modified on the same place (ge.tt)
  12. from emblocks forum, we continue here (tectu rules) tectu, can i send you my project for chibios & ugfx (2.2) under emblocks? i'm stuck on error: Compiling: src\main.c Compiling: ugfx\drivers\gdisp\SSD1289\gdisp_lld_SSD1289.c src\main.c: In function 'Blinky': src\main.c:43:27: warning: unused parameter 'arg' [-Wunused-parameter] Compiling: ugfx\drivers\ginput\touch\ADS7843\ginput_lld_mouse.c ugfx\drivers\ginput\touch\ADS7843\ginput_lld_mouse.c:48:35: error: unknown type name 'MouseReading' ugfx\drivers\ginput\touch\ADS7843\ginput_lld_mouse.c:26:16: warning: 'lastx' defined but not used [-Wunused-variable] ugfx\drivers\ginput\touch\ADS7843\ginput_lld_mouse.c:26:23: warning: 'lasty' defined but not used [-Wunused-variable] ugfx\drivers\ginput\touch\ADS7843\ginput_lld_mouse.c:28:13: warning: 'filter' defined but not used [-Wunused-function] chibios part is ok, but ugfx need everytime something is not simple make functional chibios & ugfx under emblocks (for me). i'm trying to make a skeleton project under emblocks, for future use. i've used chibistudio and is all ok, but i prefer emblock. thanks Tectu This is exactly the outdated board file issue If you don't mind I'd like to move this issue to the uGFX forums as it is a fully uGFX related problem. Em::Blocks works fine link to the project skeleton (the file is too big to attach here) http://ge.tt/7GrQ6o72/v/0 uGFX is vs 2.2
  13. fastlink30

    SD info

    sorry 22:46:16 **** Incremental Build of configuration Default for project STM32_OVEN **** make -j8 all Compiling gfx.c Compiling gfx_chibios.c Compiling gfx_freertos.c Compiling gfx_win32.c Compiling gfx_linux.c Compiling gfx_osx.c Compiling gfx_raw32.c Compiling gfx_ecos.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfx.c:16: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfx.c:16: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gos/gfx_freertos.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gos/gfx_freertos.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gos/gfx_win32.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gos/gfx_win32.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gos/gfx_chibios.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gos/gfx_chibios.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gos/gfx_linux.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gos/gfx_linux.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gos/gfx_raw32.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gos/gfx_raw32.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gos/gfx_ecos.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling gfx_rawrtos.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, Compiling gqueue_gqueue.c from c:/ChibiStudio/ugfx/src/gos/gfx_ecos.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gdisp_gdisp.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gos/gfx_osx.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gos/gfx_osx.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gdisp_fonts.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gqueue/gqueue_gqueue.c:13: Compiling gdisp_image.c c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gqueue/gqueue_gqueue.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gos/gfx_rawrtos.c:1: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling gdisp_image_native.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gos/gfx_rawrtos.c:1: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gdisp_image_gif.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_gdisp.c:15: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_gdisp.c:15: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_fonts.c:16: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_fonts.c:16: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image.c:15: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image.c:15: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_native.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_native.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_gif.c:15: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_gif.c:15: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gdisp_image_bmp.c Compiling gdisp_image_jpg.c Compiling gdisp_image_png.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_bmp.c:15: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling mf_encoding.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_bmp.c:15: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_jpg.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_jpg.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_png.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling mf_justify.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, Compiling mf_font.c from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_png.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling mf_kerning.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, Compiling mf_rlefont.c from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling mf_bwfont.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_justify.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_justify.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling mf_scaledfont.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_justify.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_justify.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_kerning.h:16, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_kerning.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, Compiling mf_wordwrap.c from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_kerning.h:16, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_kerning.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, Compiling gevent_gevent.c from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_scaledfont.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_scaledfont.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_scaledfont.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_scaledfont.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_wordwrap.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_wordwrap.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_wordwrap.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_wordwrap.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gevent/gevent_gevent.c:15: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gevent/gevent_gevent.c:15: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_bwfont.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_bwfont.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling gtimer_gtimer.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_bwfont.h:15, from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_bwfont.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gtimer/gtimer_gtimer.c:15: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gtimer/gtimer_gtimer.c:15: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gwin_gwin.c Compiling gwin_widget.c Compiling gwin_wm.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_gwin.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling gwin_console.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_gwin.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_widget.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_widget.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_wm.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_wm.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gwin_graph.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_console.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_console.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gwin_button.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_graph.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_graph.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gwin_slider.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_button.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_button.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_slider.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling gwin_checkbox.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_slider.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gwin_image.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_checkbox.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_checkbox.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_image.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_image.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gwin_label.c Compiling gwin_radio.c Compiling gwin_list.c Compiling gwin_progressbar.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, Compiling gwin_container.c from c:/ChibiStudio/ugfx/src/gwin/gwin_label.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, Compiling gwin_frame.c from c:/ChibiStudio/ugfx/src/gwin/gwin_label.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gwin_gl3d.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_radio.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_radio.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_list.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_list.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_progressbar.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_progressbar.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_container.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_container.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_frame.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling ginput_ginput.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_frame.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_gl3d.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling ginput_mouse.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gwin/gwin_gl3d.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling ginput_keyboard.c Compiling ginput_toggle.c Compiling ginput_dial.c Compiling gadc_gadc.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/ginput/ginput_ginput.c:15: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/ginput/ginput_ginput.c:15: Compiling gaudio_gaudio.c ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/ginput/ginput_mouse.c:16: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/ginput/ginput_mouse.c:16: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/ginput/ginput_keyboard.c:18: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/ginput/ginput_keyboard.c:18: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gmisc_gmisc.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/ginput/ginput_toggle.c:16: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/ginput/ginput_toggle.c:16: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/ginput/ginput_dial.c:16: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/ginput/ginput_dial.c:16: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gadc/gadc_gadc.c:15: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gadc/gadc_gadc.c:15: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gaudio/gaudio_gaudio.c:15: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling gmisc_arrayops.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gaudio/gaudio_gaudio.c:15: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gmisc/gmisc_gmisc.c:13: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gmisc/gmisc_gmisc.c:13: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gmisc_trig.c Compiling gfile_gfile.c Compiling gfile_fs_native.c Compiling gfile_fs_ram.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gmisc/gmisc_arrayops.c:15: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gmisc/gmisc_arrayops.c:15: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gfile_fs_rom.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gmisc/gmisc_trig.c:15: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling gfile_fs_fatfs.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gmisc/gmisc_trig.c:15: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_gfile.c:14: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_gfile.c:14: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_native.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_native.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_ram.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_ram.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_rom.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_rom.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_fatfs.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_fatfs.c:12: Compiling gfile_fs_petitfs.c ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gfile_fs_mem.c Compiling gfile_fs_chibios.c Compiling gfile_fs_strings.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_petitfs.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] Compiling gfile_printg.c In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_petitfs.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gfile_scang.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_mem.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_mem.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_strings.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_strings.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_chibios.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_chibios.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_printg.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_printg.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_scang.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_scang.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling gfile_stdio.c Compiling gfile_fatfs_wrapper.c Compiling gfile_fatfs_diskio_chibios.c Compiling gfile_petitfs_wrapper.c Compiling gfile_petitfs_diskio_chibios.c Compiling gdisp_lld_SSD1289.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_stdio.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_stdio.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling ginput_lld_mouse.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fatfs_diskio_chibios.c:14: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fatfs_diskio_chibios.c:14: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fatfs_wrapper.c:14: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_fatfs_wrapper.c:14: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_petitfs_wrapper.c:14: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_petitfs_wrapper.c:14: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_petitfs_diskio_chibios.c:14: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gfile/gfile_petitfs_diskio_chibios.c:14: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/drivers/gdisp/SSD1289/gdisp_lld_SSD1289.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, Compiling page_intro.c from c:/ChibiStudio/ugfx/drivers/gdisp/SSD1289/gdisp_lld_SSD1289.c:8: Compiling sd_card.c ./gfxconf.h:237:0: note: this is the location of the previous definition Compiling main.c In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from PAGE/page_intro.c:8: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from PAGE/page_intro.c:8: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from main.c:18: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from main.c:18: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from OVEN/sd_card.c:9: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from OVEN/sd_card.c:9: ./gfxconf.h:237:0: note: this is the location of the previous definition OVEN/sd_card.c: In function 'sd_init': OVEN/sd_card.c:91:9: warning: variable 'errmsg' set but not used [-Wunused-but-set-variable] Linking build/ch.elf Creating build/ch.hex Creating build/ch.bin Creating build/ch.dmp text data bss dec hex filename 87668 2736 9172 99576 184f8 build/ch.elf Done 22:46:39 Build Finished (took 22s.969ms)
  14. fastlink30

    SD info

    here file with the log (text file) thanks for your time
  15. fastlink30

    SD info

    ok, enabled GFILE_NEED_FATFS but i receive many of this errors when i compile In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_gif.c:15: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_native.c:12: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_native.c:12: ./gfxconf.h:237:0: note: this is the location of the previous definition In file included from c:/ChibiStudio/ugfx/gfx.h:157:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_bmp.c:15: c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default] In file included from c:/ChibiStudio/ugfx/gfx.h:55:0, from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_bmp.c:15: ./gfxconf.h:237:0: note: this is the location of the previous definition
  16. fastlink30

    SD info

    there are example of the use of opengfile() with mmc card? i have connected mmc and with fatfs functions all is ok, but with gfile i can't open file i have enabled GFILE_NEED_CHBIOSFS on gfxconf.h (i use chibios) fatfs i use 0.9patched (provided with chibios) thanks
  17. fastlink30

    SD info

    i'm starting to use the gfile module to read sd-card, but i not see information of how to use it, i mean how i can choose what spi to use? any simple example? thanks
  18. fastlink30

    GUI

    there are a GUI program to write pages for the LCD compatible with ugfx? thanks
  19. i have changed to: FSMC_Bank1->BTCR[FSMC_BANK+1] = (6) | (15 << 8) | (15 << 16); and now is ok
  20. use chibistudio - stm32f4 discovery chibi/os & ugfx from repository driver use fsmc i show video of what happen, is more simple to explain: http://youtu.be/Hy4FAoNO5EM sometimes when the board start the display remain white (only backlite), after some reset i see the logo of ugfx (perfect), after the logo everytime the first lines are ok (seems) but after some time the display start show fuzzy things, like in the video can be a problem of signal speed of fsmc? too quick for the lcd? is possible slow down the signal speed? seems like loose the syncronism thanks
  21. yes, warnings gone... thank you
  22. stm32f4/discovery - ugfx from repository - chibistudio when i clean project & recompile: In file included from c:/ChibiStudio/chibios/ext/ugfx/drivers/gdisp/SSD1289/gdisp_lld_SSD1289.c:16:0: c:/ChibiStudio/chibios/ext/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:38:1: warning: missing initializer [-Wmissing-field-initializers] c:/ChibiStudio/chibios/ext/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:38:1: warning: (near initialization for 'pwmcfg.dier') [-Wmissing-field-initializers] after when simply recompile, no warning
  23. sorry, but i not understand this error from compiler, this happen if a clean project and after re-compile: In file included from c:/ChibiStudio/chibios/ext/ugfx/drivers/gdisp/SSD1289/gdisp_lld_SSD1289.c:16:0: c:/ChibiStudio/chibios/ext/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:38:1: warning: missing initializer [-Wmissing-field-initializers] c:/ChibiStudio/chibios/ext/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:38:1: warning: (near initialization for 'pwmcfg.dier') [-Wmissing-field-initializers] but at the end the binary are created but when i try the program my lcd remain white (backlight) and nothing happen, maybe the connection writed in the read.me are not correct? i checked all the cable and is all ok, and 'rem' all the lines that initialize other functions, now there are only ugfx function/initialization where i can found hardware connection to display (i think on wiki)?
  24. there are problem using usb & ugfx at the same time? becouse if i activate ugfx the usb connection are not functional
  25. tectu: no, at the moment no, but i must check some things, when is all functional i write here dm13dv1b: is not a problem, your code helped me much some suggestion: add the ginput_lld_mouse_board.h on repository & make the path of the include in the gdisp_lld_SSD1289.c relative
×
×
  • Create New...