pimoroni-pico/examples
Phil Howard 276528c119 Make font settable by user at runtime
This allows fonts to be hot-swapped out by calling `set_font`

Unfortunately the way fonts are currently stored limits the maximum height to 8 pixels, since that's the size of a uint8_t and the y dimension is bitwise encoded.

The width can be arbitrary, by specifying the widths and max_width (the multiplier for number of bytes per char).

Might be worth grabbing some more bits from 32blit to make this not terrible, but now a user-defined font is an .hpp and a `set_font` away.
2021-03-29 13:33:43 +01:00
..
pico_display Graphics Enhancements (#8) 2021-01-23 23:41:09 +00:00
pico_explorer Make font settable by user at runtime 2021-03-29 13:33:43 +01:00
pico_rgb_keypad Added c++ code and mpy wrapper for pico_rgb_keypad, with examples 2021-01-19 18:40:51 +00:00
pico_rtc_display Select Explorer/Display add-ons with #define 2021-02-08 16:40:02 +00:00
pico_scroll updated demos/test, added clear() method to unicorn 2021-01-18 08:59:13 +00:00
pico_tof_display Tweak and clean up TOF demo 2021-02-23 11:17:14 +00:00
pico_unicorn perform updates via repeated dma transfer instead of blocking writes to the pio fifo 2021-01-19 07:09:58 +00:00
pico_unicorn_plasma Pico Unicorn Plasma 2021-01-26 21:44:58 +00:00
st7789 Example/test for ST7789 displays 2021-03-29 13:18:31 +01:00
CMakeLists.txt Example/test for ST7789 displays 2021-03-29 13:18:31 +01:00