image2cpp icon indicating copy to clipboard operation
image2cpp copied to clipboard

Results 19 image2cpp issues
Sort by recently updated
recently updated
newest added

Hi, I was wondering if it was possible to make monochrome optional, if not could someone point out where in the html code that is, and how to disable it,...

Somewhere (near SPI Interface?) there is a MSB/LSB swap when using the converter with ESP32 and the U8g2 library which distorts the output. I checked with 1bit per pixel output...

What do you think about allowing alternative formatting of output ? eg. binary I personally use this for icons and stuff for example ```C++ const unsigned char bitmap[] PROGMEM =...

enhancement

A lot of extra functionally, far beyond my original need, has been added by contributors. It would be nice to have some way of testing the code after updates to...

enhancement
help wanted

There is no option to choose LSB or MSB first in the byte. For SSD 1306 i have problem the byte in vertical order is generated reversely i understand the...

enhancement

The output values are black or white in 32 bit format such as 0x00FFFFFF. I would be helpful if one could option to have the number of data values per...

enhancement

This PR contains binary file download feature, in case you need just binary data. Demo: https://dotcypress.github.io/image2cpp/

Downloading the .bin file and viewing with VS code HexEditor, the .bin does not match the values generated in hex on the GUI. When "Remove '0x' and commas from output"...

Came across [this repo](https://github.com/upiir/arduino_oled_animations) to create animations for use with OLED displays. It would be nice to update image2cpp to allow converting all frames of a .gif instead of having...

enhancement
help wanted

Hi @javl , great tool! I'm sharing your project on my own "Open Hardware Electronics for Volvo P2 platform" project : [https://github.com/aeonSolutions/AeonLabs-AI-Volvo-MKII-Open-Hardware/wiki/Instruments-Cluster](https://github.com/aeonSolutions/AeonLabs-AI-Volvo-MKII-Open-Hardware/wiki/Instruments-Cluster)