
详情
CALE-IDF_1.54英寸电子纸显示模块_GDEY0154D67-FL01
- 尺寸: 200 * 200, 1.54 inches
- 控制器: SSD1681
- 状态:仅在分支idf_5中处理单色更新
- 4灰色模式:已实施。使用setMonoMode(假)
- 部分更新:需要实施
- Similar model to gdeh0154d67 (same controller)
- Red/Black version: gdeh0154z90
示例程序
#include "goodisplay/gdey0154d67.h" // FONT Adafruit GFX - Only after display library #include <Fonts/ubuntu/Ubuntu_M12pt8b.h> EpdSpi io; gdey0213b74 display(io); void app_main() { display.init(); // By default is true, set to false to check STATs difference display.spi_optimized = true; display.setCursor(4, 10); display.setTextColor(EPD_BLACK); display.setFont(&Ubuntu_M12pt8b); display.println("Hello GitHub"); display.update(); }
更新数据统计
All times are in milliseconds. With spi_optimized set to false:
STATS (ms)
141 _wakeUp settings+send Buffer
1906 _powerOn
2048 total time in millis
With spi_optimized true by default:
STATS (ms)
44 _wakeUp settings+send Buffer
1905 _powerOn
1950 total time in millis
扫二维码用手机看
彩色墨水屏,彩色墨水屏的魅力

2023-03-13
彩色DES墨水屏,视觉体验爆棚

2023-03-02
上一页
1
2
...
21
下一页

地址:辽宁省大连市甘井子区中华西路18号 邮编:116033
©2021 大连点墨电子科技有限公司版权所有