pimoroni-pico/micropython/modules/jpegdec
Phil Howard b74b371d2b JPEGDEC: Don't pass filename through std::string.
The result of GET_STR_DATA_LEN should be null terminated, so converting to a std::string and then using .c_str() is both redundant and need
s heap.
2023-03-16 13:25:19 +00:00
..
jpegdec.c MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
jpegdec.cpp JPEGDEC: Don't pass filename through std::string. 2023-03-16 13:25:19 +00:00
jpegdec.h JPEGDEC: Add open_file. 2022-06-13 20:12:03 +01:00
micropython.cmake JPEGDEC: Move to libraries, use C++, draw into PicoGraphics. 2022-06-13 20:12:03 +01:00