ssd1322_v1

This commit is contained in:
e2002
2023-03-10 15:57:34 +03:00
parent b88574c1c1
commit 391c68b1ba
8 changed files with 975 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define YOVERSION "0.9.022"
#define YOVERSION "0.9.042"
/*******************************************************
DO NOT EDIT THIS FILE.
@@ -48,6 +48,7 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
#define DSP_GC9A01A 20 // 240x240 1.28' https://aliexpress.com/item/1005004069703494.html?sku_id=12000029869654615
#define DSP_ILI9488 21 // 480x320 3.5' https://aliexpress.com/item/1005001999296476.html?sku_id=12000018365356570
#define DSP_ILI9486 22 // (Testing mode) 480x320 3.5' https://aliexpress.com/item/1005001999296476.html?sku_id=12000018365356568
#define DSP_SSD1322 23 // 256x64 2.8' https://aliexpress.com/item/1005003480981568.html
#define DSP_CUSTOM 101 // your display
#ifndef DSP_MODEL