Files
Smart-flower-system/components/ui/images.c
Wang Beihong fcc2d0825d first commit
2026-03-14 14:19:32 +08:00

8 lines
168 B
C

#include "images.h"
const ext_img_desc_t images[4] = {
{ "temp", &img_temp },
{ "humi", &img_humi },
{ "mois", &img_mois },
{ "light", &img_light },
};