CliffsDover / zephyr_lvgl_nrf52_pca10040_ili9341

Example of using lvgl on nRF52-DK with ILI9341 TFT LCD running on Zephyr RTOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LittlevGL Basic Sample

Overview

This sample application displays "Hello World" in the center of the screen and a counter at the bottom which increments every second.

Requirements

Wiring

The nRF52-DK should be connected as follows to the ILI9341 TFT display.

nRF52-DK
| Pin
ILI9341 TFT
| Pin
P0.25 SCK
P0.17 D/C
P0.21 RST
P0.23 MOSI
P0.24 MISO
P0.16 CS

Building and Running

Build this sample using the following commands:

See nrf52_pca10040 on how to flash the build.

References

About

Example of using lvgl on nRF52-DK with ILI9341 TFT LCD running on Zephyr RTOS

License:MIT License


Languages

Language:C 82.9%Language:CMake 17.1%