Search found 91 matches

by 9chuckyoung
26 Dec 2022, 10:14
Forum: Nuvoton HMI/GUI
Topic: AppWizard sample code
Replies: 0
Views: 19414

AppWizard sample code

Q: Where can I find Nuvoton's AppWizard SimpleDemo source for M467 & M487?
A: As attached files.
by 9chuckyoung
08 Dec 2022, 11:35
Forum: Nuvoton HMI/GUI
Topic: Q&A Flickering and Tearing
Replies: 0
Views: 12226

Q&A Flickering and Tearing

1. If encounter flickering, try to decrease the number of Widgets or increase emWin memory pool size in “GUIConf.c”. // // Define the available number of bytes available for the GUI // #define GUI_NUMBYTES (emWin_memory_pool_size) 2. If encounter tearing: 2.1 Try to select "Tearing Effect", TE pin i...
by 9chuckyoung
24 Nov 2022, 11:14
Forum: Nuvoton HMI/GUI
Topic: [N9H30 Linux] How to build emWin sample code?
Replies: 0
Views: 14074

[N9H30 Linux] How to build emWin sample code?

0. Document https://www.nuvoton.com/resource-download.jsp?tp_GUID=UG1320200721114334 1. Go to OpenNuvoton https://github.com/OpenNuvoton/MPU-Family 2. Download "4. N9H30 Linux development environment" 3. Log in as username: nuvoton and password: user 4. "cd ~/NUC970_Buildroot/" 5. "make" 6. If emWin...
by 9chuckyoung
23 May 2021, 17:08
Forum: Nuvoton HMI/GUI
Topic: emWin and TTF TrueType Font related
Replies: 2
Views: 49555

emWin and TTF TrueType Font related

Q: How to use TTF with emWin? A: https://wiki.segger.com/Set_external_TTF_font_(Sample) Q: Does emWin library contain TTF library or TTF font data resource? A: No. Details in the link https://forum.segger.com/index.php/Thread/1713-Default-True-Type-font-in-emWin/ Q: Any limitations? A: Yes. Details ...
by 9chuckyoung
17 Feb 2021, 11:01
Forum: Nuvoton Arm9
Topic: M261 series sample code usb hub issue
Replies: 1
Views: 28941

Re: M261 series sample code usb hub issue

This track is for discussion Arm 7 / 9 MPU ONLY, hence please forward your questions to viewforum.php?f=30~
by 9chuckyoung
17 Feb 2021, 11:00
Forum: Nuvoton Arm9
Topic: M261 series sample code usb hub issue
Replies: 1
Views: 11975

Re: M261 series sample code usb hub issue

This track is for discussion Arm 7 / 9 MPU ONLY, hence please forward your questions to viewforum.php?f=30~
by 9chuckyoung
17 Feb 2021, 10:46
Forum: Nuvoton HMI/GUI
Topic: emwin vnc
Replies: 3
Views: 25698

Re: emwin vnc

If you're using FreeRTOS & lwIP, you have to familiar with the knowledge of operation & configuration of FreeRTOS & lwIP. Nuvoton ONLY ported hardware layer in FreeRTOS and lwIP (N9H30 ONLY because of it has built-in Ethernet interface), you can find in: N9H30 FreeRTOS: https://github.com/OpenNuvoto...
by 9chuckyoung
05 Feb 2021, 11:40
Forum: Nuvoton Arm9
Topic: ARM9 sample code issues
Replies: 3
Views: 13969

Re: ARM9 sample code issues

It may help if you post the whole log~
by 9chuckyoung
05 Feb 2021, 11:24
Forum: Nuvoton HMI/GUI
Topic: TFT refreshing when updating new CAN value
Replies: 1
Views: 18448

Re: TFT refreshing when updating new CAN value

Can you get the N9H30 user manual for the board schematic?
I guess it's a pin conflict issue.