diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-04-18 18:54:07 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-05-01 16:13:47 +0200 |
| commit | 7a9211587aa17b23b9ff5121abc4f4eca63996d8 (patch) | |
| tree | 901d2ad75e59f34e65b06f67912ceb4811ff6463 /src/drivers/St7789.h | |
| parent | 24e6a2f8abab219868cb2eb6d02b3d83504c223c (diff) | |
Rename to pre-transaction hook
Diffstat (limited to 'src/drivers/St7789.h')
| -rw-r--r-- | src/drivers/St7789.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/St7789.h b/src/drivers/St7789.h index f49ed511..715bd1bd 100644 --- a/src/drivers/St7789.h +++ b/src/drivers/St7789.h @@ -47,7 +47,7 @@ namespace Pinetime { void SetVdv(); void WriteCommand(uint8_t cmd); void WriteCommand(const uint8_t* data, size_t size); - void WriteSpi(const uint8_t* data, size_t size, const std::function<void()>& transactionHook); + void WriteSpi(const uint8_t* data, size_t size, const std::function<void()>& preTransactionHook); enum class Commands : uint8_t { SoftwareReset = 0x01, |
