ugfx/src/gdisp
inmarket 6e4437255b GDISP revamp - stage 1
New low level driver interface: Only Win32 ported currently
Significant reduction in GDISP stack usage
Improved performance particularly for native streaming drivers
New circle, ellipse, arc routines (draw and fill) that are significantly more efficient and don't overdraw
New arc draw algorithm that measures angles correctly.
New arc fill algorithm for that actually works without overdrawing or gaps.
Much more to come...
2013-09-06 12:29:06 +10:00
..
fonts Add new hand built bitmap fonts to replace old UI1 and UI2. 2013-08-17 23:32:53 +10:00
mcufont Update fonts files to allow compiling without GDISP_NEED_TEXT. 2013-09-06 12:23:48 +10:00
fonts.c Improve font name searching. 2013-08-17 23:33:31 +10:00
gdisp.c GDISP revamp - stage 1 2013-09-06 12:29:06 +10:00
gdisp.mk Add new hand built bitmap fonts to replace old UI1 and UI2. 2013-08-17 23:32:53 +10:00
image.c Missing define for OSX 2013-07-24 13:55:54 +10:00
image_bmp.c fixed license headers 2013-07-21 22:20:37 +02:00
image_gif.c fixed license headers 2013-07-21 22:20:37 +02:00
image_jpg.c fixed license headers 2013-07-21 22:20:37 +02:00
image_native.c fixed license headers 2013-07-21 22:20:37 +02:00
image_png.c fixed license headers 2013-07-21 22:20:37 +02:00