2.22.13
This commit is contained in:
parent
b06954498e
commit
25e8130679
|
@ -174,5 +174,7 @@ https://github.com/olikraus/u8g2 ChangeLog
|
|||
* Added Winstart SSD1306 64x48 OLED variant (issue 522)
|
||||
* Added support for JLX240160 (issue 556)
|
||||
* Added open iconic icons (issue 535)
|
||||
* Addef support for SH1122 (issue 420)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
Use 16 Bit mode for any display with more than 240 pixel in one
|
||||
direction.
|
||||
*/
|
||||
#define U8G2_16BIT
|
||||
//#define U8G2_16BIT
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# without 'v' prefix
|
||||
echo -n "2.22.12"
|
||||
echo -n "2.22.13"
|
||||
|
|
Loading…
Reference in New Issue