Files @ 36aad00d10b4
Branch filter:

Location: protofusion-esp32-template/main/display.h - annotation

Ethan Zonca
Add example code for display and LVGL
1
2
3
4
5
6
#ifndef _DISPLAY_H_
#define _DISPLAY_H_

void display_init(void);

#endif