pimoroni-pico/micropython
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
..
_board Fixup: Add pins.csv files to W builds. 2023-02-20 12:29:59 +00:00
examples Merge pull request #655 from pimoroni/patch/i75-userbutton 2023-03-16 11:58:59 +00:00
modules PicoGraphics: Switch to string_view. 2023-03-16 13:25:19 +00:00
modules_py Merge pull request #655 from pimoroni/patch/i75-userbutton 2023-03-16 11:58:59 +00:00