Skip to content

Commit 97ba399

Browse files
mark9064JF002
authored andcommitted
8hz idle
1 parent 879bdcc commit 97ba399

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/drivers/St7789.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,8 @@ void St7789::IdleFrameRateOn() {
175175
// According to the datasheet, these controls should apply only to partial/idle mode
176176
// However they appear to apply to normal mode, so we have to enable/disable
177177
// every time we enter/exit always on
178-
// In testing this divider appears to actually be 16x?
179178
constexpr uint8_t args[] = {
180-
0x13, // Enable frame rate control for partial/idle mode, 8x frame divider
179+
0x12, // Enable frame rate control for partial/idle mode, 4x frame divider
181180
0x1e, // Idle mode frame rate
182181
0x1e, // Partial mode frame rate (unused)
183182
};

0 commit comments

Comments
 (0)