aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/St7789.h
diff options
context:
space:
mode:
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 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();
};
}