diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-02-09 00:04:31 +0000 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-02-11 13:28:01 +0100 |
| commit | 4c274421d9bcf5f903e307f1fd61e52174362975 (patch) | |
| tree | b67970cc2ca65dfe389ac55b817b54cc42b50c60 /src/drivers/St7789.h | |
| parent | 2db920599eec192f794c96fcaeb7376ea3325adb (diff) | |
Remove GFX (and unused GFX dependencies)
Diffstat (limited to 'src/drivers/St7789.h')
| -rw-r--r-- | src/drivers/St7789.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/St7789.h b/src/drivers/St7789.h index 68e1da44..b00bee03 100644 --- a/src/drivers/St7789.h +++ b/src/drivers/St7789.h @@ -16,9 +16,7 @@ namespace Pinetime { void Init(); void Uninit(); - void DrawPixel(uint16_t x, uint16_t y, uint32_t color); - void VerticalScrollDefinition(uint16_t topFixedLines, uint16_t scrollLines, uint16_t bottomFixedLines); void VerticalScrollStartAddress(uint16_t line); void DrawBuffer(uint16_t x, uint16_t y, uint16_t width, uint16_t height, const uint8_t* data, size_t size); |
