LVGLLV_DPI_DEF配置⼀、参考
⼆、具体配置
#define LV_DISP_DEF_REFR_PERIOD 30 /*[ms] 刷新周期*/
超速绯闻插曲
#define LV_INDEV_DEF_READ_PERIOD 300 /*[ms] 输⼊设备读取周期*/
/*U a custom tick source that tells the elapd time in milliconds.
son of a bitch*It removes the need to manually update the tick with `lv_tick_inc()`)*/al qaida
nhdta 141/* 时钟源提供器,如果LV_TICK_CUSTOM==1,那么你就不⽤lv_tick_inc()提供时钟了 */
#define LV_TICK_CUSTOM 0
#if LV_TICK_CUSTOMyjp
sdaf>休息日/* ↓这⾥可以指定时钟源提供器,例如STM32的HAL库的HAL_GetTick() */
英文名字翻译#define LV_TICK_CUSTOM_INCLUDE "stm32f4xx_hal.h" /*Header for the system time function*/
#define LV_TICK_CUSTOM_SYS_TIME_EXPR (HAL_GetTick())
#endif/*LV_TICK_CUSTOM*/
/*
* LV_DPI_DEF 注意这⾥,虽然LVGL的作者说这个没这么重要,但他会严重影响到LVGL的动画效果
cheap是什么意思
* 你应该进⾏DPI的⼿动计算,例如128x128分辨率1.44英⼨的屏幕,那么 DPI = ((√128*128) / 1.44) ≈ 89 */
#define LV_DPI_DEF 89 /*[px/inch]*/
qualified