diff options
author | Pablo MartÃnez <58857054+elpekenin@users.noreply.github.com> | 2024-02-17 08:36:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-17 18:36:05 +1100 |
commit | 538333571754c3cbeec92bc793b1b8023744cbbd (patch) | |
tree | b2c46a2422f11a877bc49bf6be7bbba7e63c1865 /drivers/painter/comms/qp_comms_spi.h | |
parent | 39627c7620ceac2b5928019624cfab071f28420e (diff) |
[Driver] ILI9486 on Quantum Painter (#18521)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'drivers/painter/comms/qp_comms_spi.h')
-rw-r--r-- | drivers/painter/comms/qp_comms_spi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/painter/comms/qp_comms_spi.h b/drivers/painter/comms/qp_comms_spi.h index ff323c3c10..c39ea95f72 100644 --- a/drivers/painter/comms/qp_comms_spi.h +++ b/drivers/painter/comms/qp_comms_spi.h @@ -38,6 +38,7 @@ typedef struct qp_comms_spi_dc_reset_config_t { bool command_params_uses_command_pin; // keep D/C held low when sending command sequences for data bytes } qp_comms_spi_dc_reset_config_t; +bool qp_comms_spi_dc_reset_init(painter_device_t device); void qp_comms_spi_dc_reset_send_command(painter_device_t device, uint8_t cmd); uint32_t qp_comms_spi_dc_reset_send_data(painter_device_t device, const void* data, uint32_t byte_count); void qp_comms_spi_dc_reset_bulk_command_sequence(painter_device_t device, const uint8_t* sequence, size_t sequence_len); |