From bc7f5c771ef7e5db67468fc96824155414d3cacb Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Tue, 21 Dec 2021 16:10:35 +0000 Subject: [PATCH] DRIVERS.md: imporove ST7789 para. --- DRIVERS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DRIVERS.md b/DRIVERS.md index 0faa4a4..c251967 100644 --- a/DRIVERS.md +++ b/DRIVERS.md @@ -390,7 +390,8 @@ resolution and uses the same CircuitPython driver so can be expected to work. The driver also supports the [TTGO T-Display](http://www.lilygo.cn/claprod_view.aspx?TypeId=62&Id=1274). -This is an inexpensive ESP32 with a 135x240 color TFT display. +This is an inexpensive ESP32 with a 135x240 color TFT display. See +`setup_examples/st7789_ttgo.py`. Also, in landscape mode only, the [Waveshare Pico LCD 1.14 inch](https://www.waveshare.com/pico-lcd-1.14.htm). @@ -436,7 +437,7 @@ Orientation (values for `disp_mode`): Display types (values for `display`): `GENERIC` For Adafruit displays. -`TDISPLAY` For the TTGO T-Display. +`TDISPLAY` For the TTGO T-Display and Waveshare Pico LCD. ### init_spi