/*
* Created on: Jul 28, 2024
*/
#ifndef USER_SRC_UI_H_
#define USER_SRC_UI_H_
void ui_init();
void ui_render();
#endif /* USER_SRC_UI_H_ */