Skip to content

Fix the dashboard#561

Open
noahjaye wants to merge 11 commits intomainfrom
pr-526
Open

Fix the dashboard#561
noahjaye wants to merge 11 commits intomainfrom
pr-526

Conversation

@noahjaye
Copy link
Copy Markdown
Contributor

  • Fixed lvgl V9 by changing font memory allocation

  • Fixed dashboard unresponsiveness by adding lgvl_tick_inc to SysTick (Note: cubemx deletes this on reconfiguration, something to fix in time)

furqaankhurram and others added 9 commits October 15, 2025 14:02
- Update LVGL dependency from 8.3 to 9.3 for both Linux and STM32
- Migrate display drivers to LVGL 9.3 API (lv_display_t, flush callbacks)
- Regenerate FE_Logo with RGB565 format for LVGL 9.3 compatibility
- Fix STM32 build: disable ARM Helium/NEON SIMD in lv_conf.h
- Fix exception handling for embedded targets (STM32)
- Add development tooling and documentation

Tested: Both targets build successfully
Dashboard wasn't showing anything:
- enabled LTDC callback in cubemx
- told platformio not to override the hal_conf with a build config
  option
- enabled st ltdc in lvgl.h
- enabled dma in ltdc

Still to fix:

fonts don't show up correctly

/** Color depth: 1 (I1), 8 (L8), 16 (RGB565), 24 (RGB888), 32 (XRGB8888) */
#define LV_COLOR_DEPTH 16
#define LV_COLOR_DEPTH 32
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason why we're increasing the color depth @noahjaye ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it was not something that I intentionally changed


/** Color depth: 1 (I1), 8 (L8), 16 (RGB565), 24 (RGB888), 32 (XRGB8888) */
#define LV_COLOR_DEPTH 16
#define LV_COLOR_DEPTH 32
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants