Browse Source

changed BGR to RGB color format

master
Martin Vladic 3 months ago
parent
commit
332711e919
  1. 332
      Src/eez-flow-template-stm32f469i-disco.eez-project
  2. 89374
      Src/gui/document.cpp
  3. 4
      Src/gui/document.h

332
Src/eez-flow-template-stm32f469i-disco.eez-project

File diff suppressed because it is too large Load Diff

89374
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[355480];
extern const uint8_t assets[354848];
#elif defined(EEZ_PLATFORM_SIMULATOR)
@ -362,7 +362,7 @@ enum PagesEnum {
PAGE_ID_FRONT_PANEL = 4
};
extern const uint8_t assets[371651];
extern const uint8_t assets[371049];
#endif

Loading…
Cancel
Save