diff --git a/stm32-lcd-logo/Support/Board.swift b/stm32-lcd-logo/Support/Board.swift index ebf2c373..bf850d29 100644 --- a/stm32-lcd-logo/Support/Board.swift +++ b/stm32-lcd-logo/Support/Board.swift @@ -53,8 +53,8 @@ struct STM32F746Board { var displaySize: Size { Size( - width: STM32F746.LTDCConstants.DISPLAY_WIDTH, - height: STM32F746.LTDCConstants.DISPLAY_HEIGHT) + width: STM32F746.LTDCConstants.displayWidth, + height: STM32F746.LTDCConstants.displayHeight) } var logoLayerSize: Size {