This commit is contained in:
e2002
2022-03-18 18:03:00 +03:00
parent 5fd0a1b98c
commit ec05da1f21
5 changed files with 91 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define VERSION "0.5.010"
#define VERSION "0.5.020"
/*******************************************************
DO NOT EDIT THIS FILE.
@@ -26,6 +26,7 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
#define DSP_ST7789 4 // use it with the [#define TFT_INVERT false] option https://aliexpress.com/item/32960241206.html
#define DSP_SH1106 5 // https://aliexpress.com/item/32683094040.html
#define DSP_1602I2C 6 // https://aliexpress.com/item/32305776560.html
#define DSP_SSD1306x32 7 // https://aliexpress.com/item/32798439084.html
#ifndef DSP_MODEL
#define DSP_MODEL DSP_DUMMY