Gotta go fast!

This commit is contained in:
Rafał Kołucki 2026-05-26 00:02:04 +02:00
parent b4e85b87be
commit 332694aa10
4 changed files with 24 additions and 17 deletions

View file

@ -1,7 +1,8 @@
#ifndef LV_CONF_H
#define LV_CONF_H
#define LV_COLOR_DEPTH 32
#define LV_DEF_REFR_PERIOD 16
#define LV_COLOR_DEPTH 16
#define LV_USE_OS 0
#define LV_MEM_SIZE (256U * 1024U)