summaryrefslogtreecommitdiff
path: root/src/drivers/St7789.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-03-08 20:46:25 (GMT)
committerJF <jf@codingfield.com>2020-03-08 20:46:25 (GMT)
commit0a5cd60fe86149f8958fc546e99f6370cb74950e (patch)
treed630a6c66d69d22c53b8011e215e1072875c6a29 /src/drivers/St7789.h
parentd834f40c1014ac8926af9aaadc434a49e632b000 (diff)
When a full screen refresh is done, apply a vertical scroll during the refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow.
Diffstat (limited to 'src/drivers/St7789.h')
-rw-r--r--src/drivers/St7789.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/St7789.h b/src/drivers/St7789.h
index 42fbe6a..fb57f28 100644
--- a/src/drivers/St7789.h
+++ b/src/drivers/St7789.h
@@ -65,7 +65,7 @@ namespace Pinetime {
void ColumnAddressSet();
static constexpr uint16_t Width = 240;
- static constexpr uint16_t Height = 240;
+ static constexpr uint16_t Height = 320;
void RowAddressSet();
};
}