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.
aliased
1 parent 503ec28 commit c45af33Copy full SHA for c45af33
boards/stm32_f4ve/src/stm32-board.ads
@@ -104,11 +104,11 @@ package STM32.Board is
104
TFT_BLK : GPIO_Point renames PB1; -- LCD backlight
105
TFT_CS : GPIO_Point renames PB12;
106
107
- Display : Display_ILI9341.Display;
+ Display : aliased Display_ILI9341.Display;
108
109
- TFT_Bitmap : Display_ILI9341.Bitmap_Buffer := Display.Buffer;
+ TFT_Bitmap : aliased Display_ILI9341.Bitmap_Buffer := Display.Buffer;
110
111
- Touch_Panel : Touch_Panel_XPT2046.Touch_Panel;
+ Touch_Panel : aliased Touch_Panel_XPT2046.Touch_Panel;
112
113
--------------------------
114
-- micro SD card reader --
0 commit comments