支持让连接 SSD 1036 屏幕成为可选的 #1

Open
opened 2022-06-09 19:17:48 +08:00 by Ivan · 0 comments
Owner

目前出于方便调试的目的,代码逻辑实现了屏幕打印检测到的电压等内容。后期可能不会使用屏幕,所以需要实现屏幕的选配。

  • 未初始化屏幕时,在 Screen 中跳过执行显示逻辑。

由于 I2C 访问不存在的地址时,程序会直接崩溃,所以目前还未实现的功能:

  • 检测到屏幕不存在时,将 Screen::display 初始化为 None
目前出于方便调试的目的,代码逻辑实现了屏幕打印检测到的电压等内容。后期可能不会使用屏幕,所以需要实现屏幕的选配。 - [x] 未初始化屏幕时,在 `Screen` 中跳过执行显示逻辑。 由于 I2C 访问不存在的地址时,程序会直接崩溃,所以目前还未实现的功能: - [ ] 检测到屏幕不存在时,将 `Screen::display` 初始化为 `None`。
Ivan self-assigned this 2022-06-09 19:17:48 +08:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: UPS/ups-esp32c3-rust#1
No description provided.