SSD1351-Driver-Library
SSD1351-Driver-Library copied to clipboard
C driver library for the SSD1351 OLED display and display emulator
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.5.0 to 0.10.0. Commits cb227cd tiff: limit work when decoding malicious images a5392f0 bmp: support to decode 8-bit format with up to 256 color palette f9550b0 go.mod:...
Need to be able to use functions to configure different settings during initialization instead of writing the commands by hand.
It's not very clear how to integrate this library into a hardware project. Need some platform code and examples for the most used microcontroller manufacturers.
Currently only Aseprite is guaranteed to work when converting bitmap images to sprites. Being able to convert bitmap images created in other tools like MS Paint is desired.
Write a script to easily convert the sprite data in a pico8 cartridge to sprites that this library can use.
A program to convert font files to C arrays in a similar fashion to the sprite converter.
Currently the whole screen needs to be redrawn each time something changes, no matter how small the change is. In order to possibly improve energy consumption, finding a way to...
Add filesystem support to be able to load sprites from external devices like microSD cards.