Home
last modified time | relevance | path

Searched refs:pixel_val (Results 1 – 1 of 1) sorted by relevance

/bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/
A Dst7735.c603 uint8_t pixel_val[2], tmp; in ST7735_DrawBitmap() local
647 pixel_val[0] = *(pbmp + 1); in ST7735_DrawBitmap()
648 pixel_val[1] = *(pbmp); in ST7735_DrawBitmap()
649 if(st7735_send_data(&pObj->Ctx, pixel_val, 2U) != ST7735_OK) in ST7735_DrawBitmap()

Completed in 6 milliseconds