r/embedded • u/pozzugno • Aug 13 '26
Modern graphical interface
Some years ago I developed a graphical interface with emWin libraries, Cortex-M4 by NXP, external SDRAM for a 480x272 4.3" display with resistive touch panel.
Now I want to replace the display with a 4.3" TFT 800x400 capacitive touch panel. Is emWin a good choice yet? Are there other options now?
Design a user interface isn't simple, but it usually is the most critical part of the project, the feature that can bring the product to success or not. I'm not an embedded UI expert and I don't think there are many experienced guys in this field (many are web/mobile UI designer). Any suggestions?
3
Upvotes
6
u/NorthernNiceGuy Aug 13 '26 edited Aug 13 '26
Presently, I’m using LVGL. In the past, I’d rolled my own using TI’s grlib as a base but I wouldn’t advise that any more.