964 B
964 B
W4D GC9A01 Template
For all GC9A01 based displays.
Tested with this: https://www.waveshare.com/product/displays/lcd-oled/lcd-oled-3/1.28inch-lcd-module.htm
How to use this template
Replace User_Setup.h in your Squareline export folder.
User_Setup.h is in the following directory:
your_squareline_export_folder/libraries/TFT_eSPI/User_Setup.h
PINS
Display - Pico
VCC - 3V3
GND - GND
DIN - GP19
CLK - GP18
CS - GP17
DC - GP14
RST - GP15
BL - GP13
Arduino project for SquareLine Studio with TFT_eSPI
- Open the
.inofile in Arduino - Go to File/Preferences and set Sketchbook location to the path of your UI project (where this README is located)
- Go to
libraries/TFT_eSPIand replaceUser_Setup.hwith the one in this repository. - Choose Raspberry Pi Pico (Arduino mbed) as board and (probably) UF2 as port. Later choose usbmodeXXXX for mac and COMxx for PC.
- Upload the project
