Search found 93 matches

by 9chuckyoung
29 Mar 2024, 16:03
Forum: Nuvoton HMI/GUI
Topic: [MA35 Family] [AppWizard] Swipe samples
Replies: 0
Views: 8

[MA35 Family] [AppWizard] Swipe samples

Target IC: MA35 Family Target Platform: Non-OS The four examples feature four swiping effects: 1) SimpleDemoAppWizard_LeftRight.7z (swipe left and right) 2) SimpleDemoAppWizard_LeftRightPartial.7z (swipe left and right partially) 3) SimpleDemoAppWizard_UpDown.7z (swipe up and down) 4) SimpleDemoAppW...
by 9chuckyoung
29 Mar 2024, 15:34
Forum: Nuvoton HMI/GUI
Topic: [Q&A] How to improve FPS?
Replies: 0
Views: 3

[Q&A] How to improve FPS?

Please refer to the attached document, many thanks!~
by 9chuckyoung
26 Dec 2022, 10:14
Forum: Nuvoton HMI/GUI
Topic: AppWizard sample code
Replies: 0
Views: 19453

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: 12246

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: 14113

[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: 49655

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: 29062

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: 11980

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: 25707

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...