minor fixes with LV_COLOR_DEPTH == 1

This commit is contained in:
Gabor Kiss-Vamosi
2020-07-17 11:41:49 +02:00
parent d06fe5100e
commit c0a7cf76b9
3 changed files with 2 additions and 4 deletions

View File

@@ -1559,4 +1559,3 @@ static void draw_value(const lv_area_t * coords, const lv_area_t * clip, lv_draw
lv_draw_label(&value_area, clip, &label_dsc, dsc->value_str, NULL);
}