u8g2-copy/sys/sdl/common
Matthijs Kooijman ffe1d45183 Issue #340, store u8x8 and u8g2 buffers separately in u8x8_bitmap
A single malloc allocates space for both buffers. Previously,
u8x8_SetupBitmap would figure out where the u8g2 buffer lives based on
the u8x8 buffer, but this seems a bit fragile. Now, directly after
allocating, the pointer for both buffers are figured out and stored
separately.
2017-09-08 23:32:12 +02:00
..
u8x8_d_bitmap.c Issue #340, store u8x8 and u8g2 buffers separately in u8x8_bitmap 2017-09-08 23:32:12 +02:00
u8x8_d_sdl_128x64.c update for sdl gpio key detection 2017-08-27 20:25:57 +02:00
u8x8_sdl_key.c update 2017-05-05 20:59:46 +02:00