Wykres commitów

4 Commity (67df015bfe5c1a63725825b324d7d82dcd8e1013)

Autor SHA1 Wiadomość Data
Ray Bellis 67df015bfe fonts need cstdint 2023-05-08 13:17:16 +01:00
Phil Howard 73f50e43ec Hershey Fonts: Replace map lookup to avoid std::string. 2023-03-16 13:25:19 +00:00
Phil Howard 375df60ff3 PicoGraphics: Switch to string_view.
MicroPython's GET_STR_DATA_LEN macro returns a const byte array and len, which std::string would copy into heap.

Using string_view lets us wrap the existing const values.
2023-03-16 13:25:19 +00:00
Phil Howard 24819734b7 Separate Hershey Fonts into their own library. 2022-03-30 15:10:52 +01:00