From aac04b6a9ead9185765e1a446e861ad4480974a5 Mon Sep 17 00:00:00 2001 From: e2002 Date: Fri, 14 Oct 2022 16:35:49 +0300 Subject: [PATCH] v0.8.01b --- README.md | 4 ++++ exsamples/myoptions.h | 2 +- yoRadio/src/core/options.h | 2 +- yoRadio/src/displays/conf/displayST7735_miniconf.h | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a57ed06..341a8a6 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,10 @@ Work is in progress... --- ## Version history +#### v0.8.01b +- fix INITR_MINI160x80 compiling error +- fix ENC_INTERNALPULLUP descriotion in exsamples/myoptions.h + #### v0.8.00b - rewritten the display engine - added the ability to position widgets on the display using configuration files. More info in yoRadio/src/displays/conf/ and here https://github.com/e2002/yoradio/wiki/Widgets diff --git a/exsamples/myoptions.h b/exsamples/myoptions.h index f429d60..7b14a93 100644 --- a/exsamples/myoptions.h +++ b/exsamples/myoptions.h @@ -60,7 +60,7 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti //#define ENC_BTNL 255 /* Left rotation */ //#define ENC_BTNB 255 /* Encoder button */ //#define ENC_BTNR 255 /* Right rotation */ -//#define ENC_INTERNALPULLUP true /* Enabl//#define LED_BUILTIN 2 /* LED Pin */e the weak pull up resistors */ +//#define ENC_INTERNALPULLUP true /* Enable the weak pull up resistors */ //#define ENC_HALFQUARD true /* Experiment with it */ /******************************************/ diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index 8103f73..0c51b6d 100644 --- a/yoRadio/src/core/options.h +++ b/yoRadio/src/core/options.h @@ -1,7 +1,7 @@ #ifndef options_h #define options_h -#define VERSION "0.8.00b" +#define VERSION "0.8.01b" /******************************************************* DO NOT EDIT THIS FILE. diff --git a/yoRadio/src/displays/conf/displayST7735_miniconf.h b/yoRadio/src/displays/conf/displayST7735_miniconf.h index be7a363..003ddca 100644 --- a/yoRadio/src/displays/conf/displayST7735_miniconf.h +++ b/yoRadio/src/displays/conf/displayST7735_miniconf.h @@ -62,7 +62,7 @@ const char rssiFmt[] PROGMEM = "%d"; //const char iptxtFmt[] PROGMEM = "%s"; //const char voltxtFmt[] PROGMEM = "%d"; const char bitrateFmt[] PROGMEM = "%d"; - */ + /* MOVES */ /* { left, top, width } */ const MoveConfig clockMove PROGMEM = { 14, 29+34, 0}; const MoveConfig weatherMove PROGMEM = { TFT_FRAMEWDT, 80-13, MAX_WIDTH-6*3-4-30 };