We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879bdcc commit 97ba399Copy full SHA for 97ba399
1 file changed
src/drivers/St7789.cpp
@@ -175,9 +175,8 @@ void St7789::IdleFrameRateOn() {
175
// According to the datasheet, these controls should apply only to partial/idle mode
176
// However they appear to apply to normal mode, so we have to enable/disable
177
// every time we enter/exit always on
178
- // In testing this divider appears to actually be 16x?
179
constexpr uint8_t args[] = {
180
- 0x13, // Enable frame rate control for partial/idle mode, 8x frame divider
+ 0x12, // Enable frame rate control for partial/idle mode, 4x frame divider
181
0x1e, // Idle mode frame rate
182
0x1e, // Partial mode frame rate (unused)
183
};
0 commit comments