diff options
-rw-r--r-- | apps/plugins/lib/grey_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/grey_core.c b/apps/plugins/lib/grey_core.c index a51bd0f011..83311a246f 100644 --- a/apps/plugins/lib/grey_core.c +++ b/apps/plugins/lib/grey_core.c | |||
@@ -247,7 +247,7 @@ static const unsigned char lcdlinear[256] = { | |||
247 | 187, 188, 188, 189, 190, 190, 191, 192, 192, 193, 194, 195, 196, 197, 197, 198, | 247 | 187, 188, 188, 189, 190, 190, 191, 192, 192, 193, 194, 195, 196, 197, 197, 198, |
248 | 198, 201, 205, 208, 212, 215, 219, 222, 226, 229, 233, 236, 240, 243, 247, 252 | 248 | 198, 201, 205, 208, 212, 215, 219, 222, 226, 229, 233, 236, 240, 243, 247, 252 |
249 | }; | 249 | }; |
250 | #define LCD_SCANRATE 146 /* Hz */ | 250 | #define LCD_SCANRATE 153 /* Hz */ |
251 | 251 | ||
252 | #else /* not yet calibrated targets - generic linear mapping */ | 252 | #else /* not yet calibrated targets - generic linear mapping */ |
253 | /* TODO: calibrate iFP7xx */ | 253 | /* TODO: calibrate iFP7xx */ |