pimoroni / picosystem

PicoSystem libraries and examples.
MIT License
145 stars 33 forks source link

Python tool for converting images to c style arrays #79

Open mathewthill opened 2 years ago

mathewthill commented 2 years ago

Not perfect but hopefully it can help c++ picosystem developers get images into their projects faster.

The existing convert-images.py script creates 16.bpp files but I couldn't see any documentation how to get these working in cpp.