diff --git a/ion/src/device/shared/drivers/display.cpp b/ion/src/device/shared/drivers/display.cpp index 6c0625a1b..7300eda4f 100644 --- a/ion/src/device/shared/drivers/display.cpp +++ b/ion/src/device/shared/drivers/display.cpp @@ -93,6 +93,13 @@ static inline void send_command(Command c, Args... d) { send_data(d...); } +static void send_long_command(Command c, int length, const uint8_t * data) { + send_command(c); + for (int i=0; i