aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/St7789.h
diff options
context:
space:
mode:
authormark9064 <30447455+mark9064@users.noreply.github.com>2024-02-09 00:11:22 +0000
committerJF <JF002@users.noreply.github.com>2024-05-01 16:13:47 +0200
commit869bec8f88f72560847ea780ee8342eeb0bc215c (patch)
treed4cec4cd7b92cde5692743f906e0eac0279b0384 /src/drivers/St7789.h
parentee925200c38ef9f04f976ebaf70b17d2898fcec5 (diff)
Refactor display WriteToRam
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 185c44a0..339776ae 100644
--- a/src/drivers/St7789.h
+++ b/src/drivers/St7789.h
@@ -36,7 +36,7 @@ namespace Pinetime {
void MemoryDataAccessControl();
void DisplayInversionOn();
void NormalModeOn();
- void WriteToRam();
+ void WriteToRam(const uint8_t* data, size_t size);
void DisplayOn();
void DisplayOff();