Synopsis
void ctl_gfx_controller_hitachi_spi_write_pixels(CTL_GFX_CONTROLLER_t *self,
                                                 unsigned pixel,
                                                 int n);
Description

ctl_gfx_controller_hitachi_spi_write_pixels issues a command to the graphics controller self using Hitachi-like SPI protocol to n repeated pixels with value pixel. The value pixel is a converted, controller-specific pixel value.