Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@funnygeeker funnygeeker released this 04 Nov 19:36
· 42 commits to main since this release

更新

  • 重命名:部分函数和参数进行了重命名
  • 性能优化:现在 easydisplay 拥有更高的性能
  • 功能更新:适配部分非 Frmebuffer 驱动,提升低内存开发板的兼容性
  • 功能更新:现在支持 easydisplay 专用的 dat 图片数据,拥有更高的显示效率
  • 驱动更新:新增 st7789_buf st7789_spi st7735_spi 驱动,并对原有的驱动进行了优化
  • 字体文件更新:使用了新的字体文件,同时兼容 8px 超低分辨率字体,后续有计划支持 MAX7219 点阵屏

移除

  • 移除了一些多余的参数
  • 移除了一些不常用的功能

修复

  • P4 (黑白)格式的 PBM 图片不能正常显示在彩色屏幕上的问题

已知问题

  • 有部分功能仍需要进行性能优化
  • font_lite.text 字体集疑似缺少空格
  • 当前的字体文件表现效果不佳,可能需要更换

Updates

  • Renaming: Some functions and parameters have been renamed.
  • Performance optimization: easydisplay now has higher performance.
  • Function updates: Adaptation for some non-Framebuffer drivers, improving compatibility with low-memory development boards.
  • Function updates: Now supports dat image data dedicated to easydisplay, with higher display efficiency.
  • Driver updates: Added st7789_buf, st7789_spi, st7735_spi drivers, and optimized existing drivers.
  • Font file updates: New font files are used, with compatibility for 8px ultra-low resolution fonts. There are plans to support MAX7219 dot matrix screens in the future.

Removals

  • Removed some unnecessary parameters.
  • Removed some infrequently used features.

Fixes

  • Fixed the issue where P4 (black and white) format PBM images could not be displayed correctly on a color screen.

Known Issues

  • Some functionalities still require performance optimization.
  • font_lite.text fontset may be missing spaces.
  • The performance of some functions needs to be optimized