Comprehensive Guide to LCD12864 for AI Devices: From Hardware to Programming

Comprehensive Guide to LCD12864 for AI Devices: From Hardware to Programming

In embedded development, a stable and reliable display is often the core of human-machine interaction. Today, we will take a deep dive into the ST7656P driven LCD12864 dot matrix display, covering everything from hardware connections to code implementation, with a particular focus on the generation and reading of character patterns and images, allowing you to … Read more

TFT LCD Series (1): Introduction to Basic Definitions and Working Principles

TFT LCD Series (1): Introduction to Basic Definitions and Working Principles

Click the blue text to follow us TFT LCD (Thin Film Transistor Liquid Crystal Display) is a display technology based on the properties of liquid crystal materials and thin film transistor technology. Its basic definitions and working principles are as follows: Tip 01 Basic Definition and Structure TFT LCD is an active matrix liquid crystal … Read more

Displaying JPG and PNG Images on ESP32-S3 LCD using MicroPython

Displaying JPG and PNG Images on ESP32-S3 LCD using MicroPython

Click the blue text above to follow us “Displaying Images on ESP32-S3 LCD (Based on MicroPython)” introduces driving the LCD to display BMP images. However, it can only display BMP images, and displaying other format images is more complicated. This note introduces how to compile firmware to drive the ST7789 based LCD to display JPG … Read more