lcd_api
follow style guide
This commit is contained in:
@@ -96,6 +96,6 @@ void lcd_draw_bmp(const void* p_src, uint32_t x_pos, uint32_t y_pos, uint32_t x_
|
|||||||
HAL_DMA2D_PollForTransfer(&hDma2dHandler2, 10);
|
HAL_DMA2D_PollForTransfer(&hDma2dHandler2, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
void lcd_clear(uint32_t color){
|
void lcd_clear(uint32_t color) {
|
||||||
BSP_LCD_Clear(color);
|
BSP_LCD_Clear(color);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user