mirror of
https://github.com/fsender/readguy.git
synced 2026-03-25 13:29:52 +08:00
1.3.3: fix 2.66BWR refresh & pre-add new driver
This commit is contained in:
@@ -38,6 +38,7 @@ void drv::drv_init(){
|
||||
ips.fillScreen(0xffff);
|
||||
}
|
||||
void drv::drv_fullpart(bool part){
|
||||
if(lastRefresh) return;
|
||||
partMode=part;
|
||||
}
|
||||
void drv::drv_dispWriter(std::function<uint8_t(int)> f,uint8_t m){ //单色刷新
|
||||
|
||||
Reference in New Issue
Block a user