minor comment fix

This commit is contained in:
Gabor Kiss-Vamosi
2019-03-30 06:04:56 +01:00
parent eb6daa51d7
commit 9515e800d4
2 changed files with 1 additions and 3 deletions

View File

@@ -38,8 +38,7 @@
#define LV_ANTIALIAS 1 /*1: Enable anti-aliasing*/
#endif
/*Screen refresh period in milliseconds. LittlevGL will redraw the screen with this period*/
/*Default screen refresh period in milliseconds. LittlevGL will redraw the screen with this period*/
#ifndef LV_REFR_PERIOD
#define LV_REFR_PERIOD 30 /*[ms]*/
#endif