#include "testimg.h"
const uint16_t test_img_128x128[][128] = {
{0x0B6B,0x0B63,0x0B6B,0x2B6B,0x2B6B,0x2B6B...............................};
What program was it converted with?
Marwen MaghrebiJuly 19, 2024 - 7:31 am
The image array test_img_128x128 was converted using the LCD Image Converter software. This tool allows you to convert images into arrays suitable for displaying on various LCDs and graphical displays. You can download and learn more about the software at the following link: LCD Image Converter.
2 comments