5 #include "../stream/stream.h" 6 #include "lib/oled/oled.h" 7 #include "lib/socket/socket.h" 8 #include "lib/scp/scp.h" 21 SCP *channel =
nullptr;
24 uint8_t *bytes_to_send;
25 uint8_t bytes_to_send_index = 0;
46 void Init(uint8_t width, uint8_t height,
SCP &channel, uint8_t command);
static OLED_SCP & GetInstance()
Definition: oled_scp.h:35
virtual void WriteByteToOLED(volatile uint8_t *address, uint8_t data)
Definition: oled_scp.cpp:14
An interface to communicate with the OLED display.
Definition: oled.h:10
A class to communicate with the OLED display through the SCP.
Definition: oled_scp.h:13
OLED_SCP()
Definition: oled_scp.h:19
SCP (Simple Command Protocol) is an application layer protocol designed to send commands.
Definition: scp.h:13
void Init(uint8_t width, uint8_t height, SCP &channel, uint8_t command)
Definition: oled_scp.cpp:7