Open
Conversation
night mode enables you to close the screen (OLED) or close the light (LCD) in the night
this flashing bin file is old
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
支持查看粉丝数,并适配 I2C 总线的 LCD1602
支持查看粉丝数
引用了 flyAkari/bilibili_fans_monitor 中的源代码。
不过不知道为什么要隔很久一段时间才能刷新一次。
可以使用 I2C 总线的屏幕
使用了库 LiquidCrystal_I2C。这个库要从网上下。不过看起来 Arduino IDE 的库管理器中的
LiquidCrystal I2C 也可以(没试过)。
可以在晚上的时候关掉屏幕
对于液晶屏,可以在指定的时间关闭背光。
对于oled的适配稍后加。