Related posts

STM32 AD5621 DAC Sinus Wave Generation

STM32 APDS-9005 Luminance Sensor Interface

STM32 12-bit DAC MCP4921: Analog Signal Generation

2 comments

shin dj July 19, 2024 - 6:36 am
#include "testimg.h" const uint16_t test_img_128x128[][128] = { {0x0B6B,0x0B63,0x0B6B,0x2B6B,0x2B6B,0x2B6B...............................}; What program was it converted with?
Marwen Maghrebi July 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.
Add Comment