The font is now fixed width.
HUGE performance improvement of the display driver.
This commit is contained in:
@@ -12,6 +12,10 @@ namespace Pinetime {
|
||||
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);
|
||||
void EndDrawBuffer();
|
||||
|
||||
|
||||
private:
|
||||
SpiMaster& spi;
|
||||
|
||||
Reference in New Issue
Block a user