diff --git a/PxMatrix.h b/PxMatrix.h index 1706eb7..2e7c0c8 100644 --- a/PxMatrix.h +++ b/PxMatrix.h @@ -836,8 +836,8 @@ void PxMATRIX::latch(uint16_t show_time ) void PxMATRIX::display(uint16_t show_time) { - if (show_time < 5) - show_time =5; + if (show_time < 10) + show_time =10; unsigned long start_time=0; #ifdef ESP8266 ESP.wdtFeed();