Browse Source

update eez-framework

master
Martin Vladic 3 months ago
parent
commit
01a2690f77
  1. 2
      Middlewares/eez-framework
  2. 87417
      Src/gui/document.cpp
  3. 4
      Src/gui/document.h

2
Middlewares/eez-framework

@ -1 +1 @@
Subproject commit 14893cc2bd54490a79434beec406b8e59e86b623
Subproject commit c3e0ac049e0fda5a0d5518e2e00ee2f708099158

87417
Src/gui/document.cpp

File diff suppressed because it is too large Load Diff

4
Src/gui/document.h

@ -181,7 +181,7 @@ enum PagesEnum {
PAGE_ID_KEYBOARD = 3
};
extern const uint8_t assets[358149];
extern const uint8_t assets[355480];
#elif defined(EEZ_PLATFORM_SIMULATOR)
@ -362,7 +362,7 @@ enum PagesEnum {
PAGE_ID_FRONT_PANEL = 4
};
extern const uint8_t assets[374469];
extern const uint8_t assets[371651];
#endif

Loading…
Cancel
Save