96 int16_t
begin(uint8_t vsyncPin, uint16_t bufferIndex = 0)
109 return _sw.sendPacket(tx);
132 return _sw.sendPacket(tx);
152 return _sw.sendPacket(tx);
165 int16_t
fillRect(uint8_t x, uint8_t y, uint8_t w, uint8_t h,
174 (uint8_t)(x + w - 1),
182 return _sw.sendPacket(tx);
203 return _sw.sendPacket(tx);
226 return _sw.sendPacket(tx);
#define SW_LE16(_a)
Convert a uint16_t to two bytes in little endian format for array initialization.
@ CONFIGURE_PIN_MODE0
(200)
@ CONFIGURE_PIN_MODE2
(202)
@ CONFIGURE_PIN_MODE1
(201)
Class for a Serial Wombat chip. Each Serial Wombat chip on a project should have its own instance.
int16_t setLineColor(uint8_t color, uint8_t start, uint8_t end)
Set the color of a horizontal line.
int16_t setLineColor(uint8_t color, uint8_t y)
Set the color of a horizontal line.
int16_t fillScreen(uint8_t color)
fill the entire screen
int16_t fillRect(uint8_t x, uint8_t y, uint8_t w, uint8_t h, uint8_t color)
Draw a filled rectangle on the screen.
int16_t writePixel(uint8_t x, uint8_t y, uint8_t color)
Write a pixel to the buffer.
SerialWombat18ABVGA(SerialWombatChip &serialWombat)
Constructor for the SerialWombat18ABVGA class.
int16_t begin(uint8_t vsyncPin, uint16_t bufferIndex=0)
Initalize the SerialWombat18ABVGA.
SerialWombatPin(SerialWombatChip &serialWombatChip)
Instantiates a Serial Wombat Pin.