Add support for the Libretech-CC board (Amlogic S905X SoC)

Add support and PIN mapping for the LibreTech AML-S905X-CC (Le Potato)
board.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
Carlo Caione 2023-03-03 10:16:44 +01:00
commit 6522042b07
5 changed files with 53 additions and 14 deletions

View file

@ -29,6 +29,17 @@ DC -> 25
RST -> 17
BUSY -> 24
For Libretech-cc (AML S905X) board:
VCC -> PIN2
GND -> PIN6
DIN -> PIN19 (GPIOX_8)
CLK -> PIN23 (GPIOX_11)
CS -> PIN24 (GPIOX_10)
DC -> PIN29 (GPIOX_17)
RST -> PIN31 (GPIOX_18)
BUSY -> PIN18 (GPIOX_15)
3. Basic use:
Since this project is a comprehensive project, you may need to read the following for use:
You can see many test functions and macro definition Settings in main.c.
@ -83,4 +94,4 @@ Config\: This directory is a hardware interface layer file. You can see many def
font24CN: 32*41
\lib\E-paper\: This screen is the ink screen driver function;
Examples\: This is the test program for the ink screen. You can see the specific usage method in it.
Examples\: This is the test program for the ink screen. You can see the specific usage method in it.