diff --git a/include/LCD.h b/include/LCD.h index e84c51c..02b7c42 100644 --- a/include/LCD.h +++ b/include/LCD.h @@ -41,7 +41,7 @@ private: static uint8_t bitmap[528]; uint32_t lastFrameTime = 0; /* Delay between two frames, in milliseconds. Above 10 FPS is mushy, avoid. */ - static constexpr uint32_t frameTarget = 1000 / 7; + static constexpr uint32_t frameTarget = 1000 / 4; }; #endif //JIN_BARBAPAPA_LCD_H