forked from controllerstech/STM32
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f24a056
commit 151ed9e
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# How to use TOUCHGFX with ILI9341 based SPI Display | ||
|
||
I used the instructions provided at https://helentronica.com/2021/01/22/touchgfx-on-a-custom-made-low-cost-board-with-the-ili9341-controller-over-spi/ | ||
|
||
To undertsand the implementation, visit the link provided above. | ||
|
||
|
||
The steps to implement the code is shown in the video below | ||
|
||
https://youtu.be/suMytEyQTP4 | ||
|
||
|
||
## NOTE | ||
1. Not all the boards support touchGFX. | ||
2. Larger projects might not work due to low memory availability. | ||
3. The code will not work in cubeIDE for now. I will update this later. |