ffe1d45183
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. |
||
---|---|---|
.. | ||
u8x8_d_bitmap.c | ||
u8x8_d_sdl_128x64.c | ||
u8x8_sdl_key.c |