Well, partial success: I can grab the converted files from /tmp when uploaded via the oled app. But that seems kind of like a chore.
S
Posts made by Sebastian Utbult
-
RE: oled-exp draw image format?
-
oled-exp draw image format?
I've been googling (and trying to study the code for putting an image on the OLED screen, and I can't for the life of me figure out
- what the .LCD format is
- how I can convert an image to that format and put it in a project for later loading
Here's what I've tried so far:
- Put a jpeg and bmp file (128x64px) on the omega, and running
oled-exp draw file.jpg
etc - Saving the file as a C array using https://sourceforge.net/projects/lcd-image-converter and loading that
Can't find anything useful on the community, or the documentation, or in code (am I stupid or is this information not readily available?). How do i convert images to a format that oled-exp can use?