Files @ 8645339bec1e
Branch filter:

Location: protofusion-esp32-template/main/display_gui.h

Ethan Zonca
Add addressable LED control
1
2
3
4
5
6
7
8
9
#ifndef _DISPLAY_GUI_H_
#define _DISPLAY_GUI_H_


void display_gui_process(void);
void display_gui_homescreen(void);


#endif