pimoroni-pico/libraries
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 Added portrait mode (building with the work from hamid-elaosta:portrait) 2021-03-29 13:18:31 +01:00
pico_explorer Removed set_backlight from PicoExplorer, as the board does not have backlight control 2021-02-11 16:51:53 +00:00
pico_graphics Make font settable by user at runtime 2021-03-29 13:33:43 +01:00
pico_rgb_keypad Documentation (#5) 2021-01-27 09:36:08 +00:00
pico_scroll Add cmake files for other libraries 2021-01-22 14:33:17 +00:00
pico_unicorn Documentation (#5) 2021-01-27 09:36:08 +00:00
CMakeLists.txt Added c++ code and mpy wrapper for pico_rgb_keypad, with examples 2021-01-19 18:40:51 +00:00