Skip to main content
Visitor II
January 22, 2026
Solved

STM32U5G9J-DK2 NeoChrom Zephyr LVGL Compatibility

  • January 22, 2026
  • 1 reply
  • 270 views

Hello everyone,
here are my questions:

1. Is there any roadmap or community effort to add NeoChrom/GPU2D support to Zephyr?
2. Has anyone successfully integrated the STM32 HAL GPU2D driver alongside Zephyr?
3. Would it be possible to:
- Initialize GPU2D using HAL in the Zephyr application
- Patch Zephyr's LVGL Kconfig to expose Nema GFX options
- Use LVGL's existing lv_draw_nema_gfx_stm32_hal.c backend
4. Are there any technical blockers (interrupt conflicts, clock management, memory mapping) that would prevent this hybrid approach?

I'm willing to contribute if there's guidance on the proper implementation approach.

Thank you for any insights.

Best answer by T_Hamdi

Hello @jimmyjames 

 


1. Is there any roadmap or community effort to add NeoChrom/GPU2D support to Zephyr?

 


For this topic, work is already in progress here: https://github.com/zephyrproject-rtos/zephyr/pull/105970
It should be merged in the coming weeks.
For now, the support targets only the N6 series, but it should be “easily” adaptable to the U5 as well.

Best regards,

Hamdi

1 reply

T_Hamdi
T_HamdiBest answer
ST Employee
April 3, 2026

Hello @jimmyjames 

 


1. Is there any roadmap or community effort to add NeoChrom/GPU2D support to Zephyr?

 


For this topic, work is already in progress here: https://github.com/zephyrproject-rtos/zephyr/pull/105970
It should be merged in the coming weeks.
For now, the support targets only the N6 series, but it should be “easily” adaptable to the U5 as well.

Best regards,

Hamdi

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question.Hamdi Teyeb"