Changing syncflag type from uint8_t to uint32_t in STM32LTDC driver
This commit is contained in:
parent
c67966f60e
commit
67ed0c1f5a
@ -60,7 +60,7 @@ typedef struct ltdcConfig {
|
||||
coord_t hsync, vsync; // Horizontal and Vertical sync pixels
|
||||
coord_t hbackporch, vbackporch; // Horizontal and Vertical back porch pixels
|
||||
coord_t hfrontporch, vfrontporch; // Horizontal and Vertical front porch pixels
|
||||
uint8_t syncflags; // Sync flags
|
||||
uint32_t syncflags; // Sync flags
|
||||
uint32_t bgcolor; // Clear screen color RGB888
|
||||
|
||||
ltdcLayerConfig bglayer; // Background layer config
|
||||
|
Loading…
Reference in New Issue
Block a user