We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abae89 commit 99a63f3Copy full SHA for 99a63f3
stm32-lcd-logo/Support/Board.swift
@@ -53,8 +53,8 @@ struct STM32F746Board {
53
54
var displaySize: Size {
55
Size(
56
- width: STM32F746.LTDCConstants.DISPLAY_WIDTH,
57
- height: STM32F746.LTDCConstants.DISPLAY_HEIGHT)
+ width: STM32F746.LTDCConstants.displayWidth,
+ height: STM32F746.LTDCConstants.displayHeight)
58
}
59
60
var logoLayerSize: Size {
0 commit comments