We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f42c8c commit 4ff0453Copy full SHA for 4ff0453
components/esp_nes/osd.c
@@ -428,6 +428,7 @@ static void app_lvgl_game_selection(void)
428
lv_obj_set_style_pad_right(btn_3, 15, 0);
429
lv_obj_add_event_cb(btn_3, app_lvgl_btn_qbert, LV_EVENT_CLICKED, NULL);
430
431
+#if 1
432
/* Input device group */
433
lv_indev_t *indev = bsp_display_get_input_dev();
434
if (indev && indev->driver && indev->driver->type == LV_INDEV_TYPE_ENCODER) {
@@ -438,6 +439,7 @@ static void app_lvgl_game_selection(void)
438
439
lv_indev_set_group(indev, main_group);
440
ESP_LOGI(TAG, "Input device group was set.");
441
}
442
+#endif
443
444
bsp_display_unlock();
445
0 commit comments