ugfx/src/gdisp
Joel Bodenmann ee69db45b3 Fix integer overflow in gdispGDrawThickLine().
Handling the whole width/height range with Newton algorithm was too
    difficult. Switched to bisection search with a separate prescaling
    step.
2013-12-18 00:38:17 +01:00
..
fonts Add new hand built bitmap fonts to replace old UI1 and UI2. 2013-08-17 23:32:53 +10:00
mcufont Fix some compiler warnings 2013-09-18 23:48:22 +10:00
fonts.c Improve font name searching. 2013-08-17 23:33:31 +10:00
gdisp.c Fix integer overflow in gdispGDrawThickLine(). 2013-12-18 00:38:17 +01: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 Add multiple display support to image decoding. 2013-10-24 18:34:26 +10:00
image_bmp.c Add multiple display support to image decoding. 2013-10-24 18:34:26 +10:00
image_gif.c Add multiple display support to image decoding. 2013-10-24 18:34:26 +10:00
image_jpg.c fixed license headers 2013-07-21 22:20:37 +02:00
image_native.c Add multiple display support to image decoding. 2013-10-24 18:34:26 +10:00
image_png.c fixed license headers 2013-07-21 22:20:37 +02:00