Searched refs:draw_splash_cmds (Results 1 – 1 of 1) sorted by relevance
127 const uint8_t draw_splash_cmds[] = { 0x04, 0x01 }; in init_display() local129 for (size_t i = 0; i < countof(draw_splash_cmds); i++) { in init_display()130 SPI_I2S_SendData(SPI6, draw_splash_cmds[i]); in init_display()
Completed in 4 milliseconds