#include"lvgl.h"#include// 全局变量,用于记录最后一次调用flush_cb的时间time_tlast_flush_time=0;// 刷新回调函数voidflush_cb(lv_disp_drv_t*disp_drv,constlv_area_t*area,lv_color_t*color_p){// 更新最后一次刷新的时间为当前时间last_flush_time=time(NULL);// 将图形数据发送到显示设备上// ....
更新flush DB使用回调函数 Browse files develop (#7, LiYunF/XCPCer_board#17) FengZhg committed May 16, 2022 1 parent d0dd35d commit 5ae27cb Showing 1 changed file with 5 additions and 6 deletions. Whitespace Ignore whitespace Split Unified 11 changes: 5 additions & 6 deletions 11 ...