Browse Source

Got some picture, but it does not look good

main
Goran Mahovlic 2 years ago
parent
commit
9d63dc1161
  1. 83781
      Debug/stm32f746g-disco.hex
  2. 30
      Src/eez-flow-template-stm32f746g-disco.eez-project
  3. 16192
      Src/gui/document.cpp
  4. 4
      Src/gui/document.h
  5. 2
      Src/lcd.cpp

83781
Debug/stm32f746g-disco.hex

File diff suppressed because it is too large Load Diff

30
Src/eez-flow-template-stm32f746g-disco.eez-project

@ -312,10 +312,10 @@
{
"objID": "eab24b5b-fd70-4464-d05a-d3bf0df7eac9",
"type": "TextWidget",
"left": 174,
"top": 204,
"width": 452,
"height": 72,
"left": 19,
"top": 42,
"width": 437,
"height": 65,
"customInputs": [],
"customOutputs": [],
"data": "\"Hello, world!\"",
@ -324,6 +324,22 @@
"inheritFrom": "default_XL"
},
"timeline": []
},
{
"objID": "70d0c5d1-81cf-4013-ef6d-841ed1a83748",
"type": "TextWidget",
"left": 19,
"top": 167,
"width": 437,
"height": 65,
"customInputs": [],
"customOutputs": [],
"data": "\"STM32F746G-DISCO\"",
"style": {
"objID": "385c5427-0e29-4d48-b266-3b6afa8a50f8",
"inheritFrom": "default_XL"
},
"timeline": []
}
],
"connectionLines": [],
@ -332,9 +348,9 @@
"style": "background",
"left": 0,
"top": 0,
"width": 800,
"height": 480,
"scaleToFit": false
"width": 480,
"height": 272,
"scaleToFit": true
},
{
"objID": "95226fb4-690b-140a-f393-7e5d01950ad7",

16192
Src/gui/document.cpp

File diff suppressed because it is too large Load Diff

4
Src/gui/document.h

@ -178,7 +178,7 @@ enum PagesEnum {
PAGE_ID_KEYBOARD = 3
};
extern const uint8_t assets[60811];
extern const uint8_t assets[60895];
#elif defined(EEZ_PLATFORM_SIMULATOR)
@ -358,7 +358,7 @@ enum PagesEnum {
PAGE_ID_FRONT_PANEL = 4
};
extern const uint8_t assets[77235];
extern const uint8_t assets[77315];
#endif

2
Src/lcd.cpp

@ -42,7 +42,7 @@ void LCD_init() {
BSP_LCD_SelectLayer(0);
//
// Code currently brakes here
BSP_LCD_Clear(LCD_COLOR_GREEN);
BSP_LCD_Clear(LCD_COLOR_BLACK);
BSP_TS_Init(DISPLAY_WIDTH, DISPLAY_HEIGHT);
#endif

Loading…
Cancel
Save