wch-code/ch32v307_lvgl_ili9341/User/lv_port_tick.h

11 lines
138 B
C

#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