From 528fc5661679feeef91e76d633c94c945bb0a3df Mon Sep 17 00:00:00 2001 From: JF Date: Sat, 7 Dec 2019 19:15:33 +0100 Subject: The font is now fixed width. HUGE performance improvement of the display driver. --- src/drivers/SpiMaster.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drivers/SpiMaster.h') diff --git a/src/drivers/SpiMaster.h b/src/drivers/SpiMaster.h index 10cab12c..9f2208e0 100644 --- a/src/drivers/SpiMaster.h +++ b/src/drivers/SpiMaster.h @@ -21,7 +21,6 @@ namespace Pinetime { uint8_t pinCSN; }; bool Init(const SpiModule spi, const Parameters& params); - bool Write(const uint8_t* data, size_t size); private: -- cgit v1.2.3-70-g09d2