v0.9.680
This commit is contained in:
@@ -235,6 +235,13 @@ Work is in progress...
|
|||||||
|
|
||||||
---
|
---
|
||||||
## Version history
|
## Version history
|
||||||
|
#### v0.9.680
|
||||||
|
- fixed clock display bug when exiting screensaver in playback mode
|
||||||
|
- increased number of SD card initialization attempts when switching mode
|
||||||
|
|
||||||
|
#### v0.9.676
|
||||||
|
- fixed bug with incorrect text clipping on scrolling widgets
|
||||||
|
|
||||||
#### v0.9.670
|
#### v0.9.670
|
||||||
- display performance optimization
|
- display performance optimization
|
||||||
- to improve rendering smoothness, a framebuffer has been added for TFT SPI displays **ST7735, ST7789, ILI9341, GC9106, ST7796, GC9A01A, ILI9488, ILI9486** \
|
- to improve rendering smoothness, a framebuffer has been added for TFT SPI displays **ST7735, ST7789, ILI9341, GC9106, ST7796, GC9A01A, ILI9488, ILI9486** \
|
||||||
@@ -243,7 +250,7 @@ Work is in progress...
|
|||||||
on such modules, the framebuffer is enabled automatically, no extra steps required \
|
on such modules, the framebuffer is enabled automatically, no extra steps required \
|
||||||
to disable the framebuffer, add `#define USE_FBUFFER false` in **myoptions.h** \
|
to disable the framebuffer, add `#define USE_FBUFFER false` in **myoptions.h** \
|
||||||
on modules without PSRAM, the framebuffer is disabled by default. It can be forced on by adding `#define SFBUFFER` in **myoptions.h** \
|
on modules without PSRAM, the framebuffer is disabled by default. It can be forced on by adding `#define SFBUFFER` in **myoptions.h** \
|
||||||
but in that case, free memory (as well as HTTPS streams) will be severely limited \
|
but in that case, free memory (as well as HTTPS streams) will be severely limited
|
||||||
- fixed compilation error for Nextion displays
|
- fixed compilation error for Nextion displays
|
||||||
- code cleanup, optimization, and refactoring
|
- code cleanup, optimization, and refactoring
|
||||||
- bug fixes
|
- bug fixes
|
||||||
|
|||||||
Reference in New Issue
Block a user