Skip to content

v2.3.0

Compare
Choose a tag to compare
@funnygeeker funnygeeker released this 18 Feb 11:42
· 1 commit to main since this release

更新

  • 更新使用示例
  • 对代码注释进行了优化
  • 实验性更新墨水屏驱动,但是由于测试环境缺少相关硬件,暂未进行硬件测试
  • 移除了函数中独立的 color_type 参数,因为并不常用,并且增加了使用时的理解难度
  • MONO 渲染为 RGB565 的执行效率进行了优化,最高提升 120%。移除了相关颜色渲染代码,缩减代码量

修复

  • st7735_bufst7735_spist7789_bufst7789_spi 在 树莓派PICO 开发板上初始化背光失败的问题(#2

注意事项

  • 该版本更新后,需要在初始化屏幕时指定 color_typeMONO 或者 RGB565,该参数不再具有默认值

Update

  • Updated usage examples
  • Optimized code comments
  • 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