From 0a5cd60fe86149f8958fc546e99f6370cb74950e Mon Sep 17 00:00:00 2001 From: JF Date: Sun, 8 Mar 2020 21:46:25 +0100 Subject: 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. --- src/drivers/St7789.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/St7789.h') diff --git a/src/drivers/St7789.h b/src/drivers/St7789.h index 42fbe6a7..fb57f283 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(); }; } -- cgit v1.2.3-70-g09d2