diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-08-23 00:59:25 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-10-27 16:56:47 +0100 |
| commit | 97ba39988bceb8e93c5498a88ce35627afcd1af7 (patch) | |
| tree | a969ed0f163312b42c47aa1dd2ab31dd38b766e8 /src/drivers/St7789.cpp | |
| parent | 879bdccd92ad07c1f477ce77474fce52f5cc6bb1 (diff) | |
8hz idle
Diffstat (limited to 'src/drivers/St7789.cpp')
| -rw-r--r-- | src/drivers/St7789.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/St7789.cpp b/src/drivers/St7789.cpp index 0df19b45..482fbad6 100644 --- a/src/drivers/St7789.cpp +++ b/src/drivers/St7789.cpp @@ -175,9 +175,8 @@ void St7789::IdleFrameRateOn() { // According to the datasheet, these controls should apply only to partial/idle mode // However they appear to apply to normal mode, so we have to enable/disable // every time we enter/exit always on - // In testing this divider appears to actually be 16x? constexpr uint8_t args[] = { - 0x13, // Enable frame rate control for partial/idle mode, 8x frame divider + 0x12, // Enable frame rate control for partial/idle mode, 4x frame divider 0x1e, // Idle mode frame rate 0x1e, // Partial mode frame rate (unused) }; |
