diff --git a/apps/plugins/calculator.c b/apps/plugins/calculator.c index 3d0105e33d..135335a7fc 100644 --- a/apps/plugins/calculator.c +++ b/apps/plugins/calculator.c @@ -1654,6 +1654,10 @@ enum plugin_status plugin_start(const void* parameter) /* now go ahead and have fun! */ +#ifdef HAVE_TOUCHSCREEN + rb->touchscreen_set_mode(TOUCHSCREEN_POINT); +#endif + cal_initial(); while (calStatus != cal_exit ) {