You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experimentally updated the e-ink screen driver, but hardware testing has not been conducted yet due to lack of related hardware in the test environment
Removed the standalone color_type parameter in functions since it is not commonly used and adds to the complexity of understanding when used
Optimized the execution efficiency of rendering MONO to RGB565, showing up to 120% increase in performance. Removed related color rendering code to reduce code size
Fix
Fixed an issue with backlight initialization failure in st7735_buf, st7735_spi, st7789_buf, st7789_spi on the Raspberry Pi Pico development board (#2)
Note
After this version update, it is necessary to specify color_type as MONO or RGB565 during screen initialization. This parameter no longer has a default value