ugfx/src/gdisp
Joel Bodenmann 6956df1652 Fixing an issue with word wrapping of strings containing dashes.
Strings do get wrapper correctly at dashes but the space to print the actual space has not been taken account of. This has now been fixed.
2017-02-21 08:50:57 +01:00
..
fonts Move the stub font include files so that user projects with custom fonts in the old format will work. 2015-11-06 07:59:32 +10:00
mcufont Fixing an issue with word wrapping of strings containing dashes. 2017-02-21 08:50:57 +01:00
gdisp.c Fixed extra dots when drawing anti-aliased fonts with wordwrap 2017-01-20 08:04:03 +10:00
gdisp.h Doxygen fixes 2016-12-11 18:07:33 +01:00
gdisp.mk Added ability to compile ugfx as a single file (excluding driver and board files). 2015-06-08 14:14:40 +10:00
gdisp_colors.h Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
gdisp_driver.h Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
gdisp_fonts.c Add support for adding fonts to the font list 2016-11-14 09:15:51 +10:00
gdisp_image.c Minor changes & improvements on image color palletization handling 2016-11-11 18:28:48 +01:00
gdisp_image.h Adding API documentation for new image color palette functions 2016-11-11 18:35:09 +01:00
gdisp_image_bmp.c Removing obsolete code 2017-01-10 10:24:05 +01:00
gdisp_image_gif.c Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration option 2017-01-10 10:48:54 +01:00
gdisp_image_jpg.c Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
gdisp_image_native.c Fix compiler errors and warnings on image handling with multiple image formats turned on. 2015-11-25 12:25:04 +10:00
gdisp_image_png.c Adding GDISP_IMAGE_PNG_Z_BUFFER_SIZE configuration option 2017-01-10 10:43:01 +01:00
gdisp_image_support.h Fix endian macro's 2015-11-18 09:59:31 +10:00
gdisp_mk.c Added ability to compile ugfx as a single file (excluding driver and board files). 2015-06-08 14:14:40 +10:00
gdisp_options.h Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration option 2017-01-10 10:48:54 +01:00
gdisp_pixmap.c Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
gdisp_pixmap.h Doxygen 2015-11-07 16:33:28 +01:00
gdisp_rules.h Fix grammer error 2015-11-11 19:18:38 +10:00