kopia lustrzana https://github.com/peterhinch/micropython-nano-gui
Add support for Adafruit 320x170 TFT.
rodzic
1271aa797d
commit
514831a987
|
@ -34,7 +34,7 @@ TDISPLAY = (52, 40, 1)
|
|||
PI_PICO_LCD_2 = (0, 0, 1) # Waveshare Pico LCD 2 determined by Mike Wilson.
|
||||
DFR0995 = (34, 0, 0) # DFR0995 Contributed by @EdgarKluge
|
||||
WAVESHARE_13 = (0, 0, 16) # Waveshare 1.3" 240x240 LCD contributed by Aaron Mittelmeier
|
||||
|
||||
ADAFRUIT_1_9 = (35, 0, PORTRAIT) # 320x170 TFT https://www.adafruit.com/product/5394
|
||||
|
||||
@micropython.viper
|
||||
def _lcopy(dest: ptr16, source: ptr8, lut: ptr16, length: int, gscale: bool):
|
||||
|
|
Ładowanie…
Reference in New Issue