diff options
| author | JF <jf@codingfield.com> | 2020-01-19 18:47:49 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-01-19 18:47:49 (GMT) |
| commit | b4bd41cd562f89bcd320ac0985e9b33c766babe1 (patch) | |
| tree | e64c79bd4f61452c93ee45b75aa26bbf8252d731 /src/drivers/St7789.h | |
| parent | 9dc4e32e36eb1167ee241cdf8027089cad593cf1 (diff) | |
Implement the SPI driver using DMA.
Diffstat (limited to 'src/drivers/St7789.h')
| -rw-r--r-- | src/drivers/St7789.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/St7789.h b/src/drivers/St7789.h index a32a96f..8e4690b 100644 --- a/src/drivers/St7789.h +++ b/src/drivers/St7789.h @@ -10,7 +10,6 @@ namespace Pinetime { void Init(); void Uninit(); void DrawPixel(uint16_t x, uint16_t y, uint32_t color); - void FillRectangle(uint16_t x, uint16_t y, uint16_t width, uint16_t height, uint16_t color); void BeginDrawBuffer(uint16_t x, uint16_t y, uint16_t width, uint16_t height); void NextDrawBuffer(const uint8_t* data, size_t size); |
