Synopsis
void ctl_gfx_write_command_8b(CTL_GFX_CONTROLLER_t *self,
                              unsigned command,
                              unsigned parameter);
Description

Write the command command to the controller self using the write_command method and write the data item parameter using the write_data_8b method. This simply wraps the two methods so that client source code looks clean.