An open API service indexing awesome lists of open source software.

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.

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.