diff --git a/csrc/u8x8_d_ssd1320.c b/csrc/u8x8_d_ssd1320.c index 1d64be853..0e99f6182 100644 --- a/csrc/u8x8_d_ssd1320.c +++ b/csrc/u8x8_d_ssd1320.c @@ -40,6 +40,8 @@ Adapted from u8x8_d_ssd1322.c with the command set of the SSD1320 controller "official" procedure is described here: https://github.com/olikraus/u8g2/wiki/internal + NOTE: U8x8 does NOT work! + */ #include "u8x8.h" diff --git a/tools/release/print_release.sh b/tools/release/print_release.sh index 7db92ca10..6825096ed 100755 --- a/tools/release/print_release.sh +++ b/tools/release/print_release.sh @@ -1,2 +1,2 @@ # without 'v' prefix -echo -n "2.29.2" +echo -n "2.29.3"