fix disp_set_brigthness()
This commit is contained in:
Родитель
3d69952a18
Коммит
0f96480780
|
@ -190,6 +190,8 @@ void disp_show(uint8_t *img) {
|
|||
#if !DISP_LIGHT_SENSE
|
||||
void disp_set_brigthness(uint16_t v) {
|
||||
ctx_.dark_level = v;
|
||||
measure_light(&ctx_);
|
||||
ctx_.delay = ctx_.target_delay;
|
||||
}
|
||||
#else
|
||||
void disp_set_dark_level(int v) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче