qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 542749433c4143e7ffdcfbffb2954cec7ee079d8
parent fd1e638c28128601725e84eb4739128301ecfb3c
Author: QMK Bot <hello@qmk.fm>
Date:   Wed,  7 Jun 2023 23:00:02 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:
Mquantum/painter/lvgl/qp_lvgl.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/quantum/painter/lvgl/qp_lvgl.c b/quantum/painter/lvgl/qp_lvgl.c @@ -112,9 +112,6 @@ bool qp_lvgl_attach(painter_device_t device) { uint16_t panel_width, panel_height, offset_x, offset_y; qp_get_geometry(selected_display, &panel_width, &panel_height, NULL, &offset_x, &offset_y); - panel_width -= offset_x; - panel_height -= offset_y; - // Setting up display driver static lv_disp_drv_t disp_drv; /*Descriptor of a display driver*/ lv_disp_drv_init(&disp_drv); /*Basic initialization*/