bin2header icon indicating copy to clipboard operation
bin2header copied to clipboard

Binary file converter to C/C++ source header

Results 1 bin2header issues
Sort by recently updated
recently updated
newest added

I'm trying to convert a BMP in 128x32 size for use a custom Adafruit splash screen . Example https://github.com/adafruit/Adafruit_SSD1306/tree/master/examples/ssd1306_128x32_i2c replace const uint8_t PROGMEM splash2_data[] in /home/youruser/Arduino/libraries/Adafruit_SSD1306/Splash.h I got a distorted...