InfiniTime.git
ref: 2b62eaf65f0fc797886060c257ce4ee26532c1c0
src/displayapp/screens/Styles.h
1
2
3
4
5
6
7
8
9
|
#include <lvgl/lvgl.h>
namespace Pinetime {
namespace Applications {
namespace Screens {
void SetRadioButtonStyle(lv_obj_t* checkbox);
}
}
}
|