diff --git a/bootloader/x1000/main.c b/bootloader/x1000/main.c index 0909a4c72a..4db172b3f0 100644 --- a/bootloader/x1000/main.c +++ b/bootloader/x1000/main.c @@ -41,6 +41,9 @@ void main(void) i2c_init(); power_init(); button_init(); +#ifdef HAVE_TOUCHSCREEN + touchscreen_set_mode(TOUCHSCREEN_BUTTON); +#endif enable_irq(); if(storage_init() < 0) {