#ifndef __LV_PORT_TICK_H #define __LV_PORT_TICK_H #include "ch32v30x.h" #define LV_TICK_PERIOD_MS 1 void lv_create_tick(void); #endif