ST7920_057

This commit is contained in:
e2002
2023-03-12 14:13:44 +03:00
parent c24a7b727a
commit 70306bfc59
7 changed files with 497 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define YOVERSION "0.9.045"
#define YOVERSION "0.9.057"
/*******************************************************
DO NOT EDIT THIS FILE.
@@ -49,6 +49,7 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
#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_ST7920 24 // 128x64 2.6' https://aliexpress.com/item/32699482638.html
#define DSP_CUSTOM 101 // your display
#ifndef DSP_MODEL