Serial Wombat 18AB Firmware
Public Attributes | List of all members
vga_n Struct Reference

Public Attributes

uint8_t zeroArray [VGA_BYTES_PER_LINE]
 for some parts of the SPI/DMA (eg Horz Back Porch or blank lines, we need a string of zeros. Store it here once instead of on each line More...
 

Member Data Documentation

◆ zeroArray

uint8_t vga_n::zeroArray[VGA_BYTES_PER_LINE]

for some parts of the SPI/DMA (eg Horz Back Porch or blank lines, we need a string of zeros. Store it here once instead of on each line