https://github.com/anachrocomputer/testili9341
Test program to produce a numerical display on a 320x240 colour LCD with an ILI9341 driver chip. Runs on STM32 Blue Pill module.
https://github.com/anachrocomputer/testili9341
arduino ili9341 lcd stm32
Last synced: about 1 year ago
JSON representation
Test program to produce a numerical display on a 320x240 colour LCD with an ILI9341 driver chip. Runs on STM32 Blue Pill module.
- Host: GitHub
- URL: https://github.com/anachrocomputer/testili9341
- Owner: anachrocomputer
- License: gpl-3.0
- Created: 2017-08-15T21:27:43.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T19:54:50.000Z (about 2 years ago)
- Last Synced: 2025-01-16T10:49:17.633Z (over 1 year ago)
- Topics: arduino, ili9341, lcd, stm32
- Language: Arduino
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testILI9341
The ILI9341 is a common driver chip for colour LCDs.
It's often used to drive small displays such as those sold to Arduino
enthusiasts.
I have a couple of these displays, and also an Arduino-like STM32
Blue Pill module.
As a way to find out more about the Blue Pill, I took an existing
C program for the Philips/NXP LPC2119 and modified it to run as
an Arduino sketch on the STM32.
This Arduino sketch tests an ILI9341 display by initialising the chip
and generating a digital display, reminiscent of a seven-segment LED
display.