summaryrefslogtreecommitdiff
path: root/src/drivers/SpiMaster.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2019-12-07 18:15:33 (GMT)
committerJF <jf@codingfield.com>2019-12-07 18:15:33 (GMT)
commit528fc5661679feeef91e76d633c94c945bb0a3df (patch)
treedba56aaf213dfa7eba9692293e1915fccd344be7 /src/drivers/SpiMaster.h
parent6fbb6c8f70b2103fd88d8d9da3ce884a283b1bfd (diff)
The font is now fixed width.
HUGE performance improvement of the display driver.
Diffstat (limited to 'src/drivers/SpiMaster.h')
-rw-r--r--src/drivers/SpiMaster.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/SpiMaster.h b/src/drivers/SpiMaster.h
index 10cab12..9f2208e 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: