Search found 94 matches

by 9chuckyoung
18 Apr 2024, 13:37
Forum: Nuvoton Arm9
Topic: [N9H26 Non-OS] How to create bitstream.264 and bitstream.txt
Replies: 0
Views: 2

[N9H26 Non-OS] How to create bitstream.264 and bitstream.txt

1. download free tool FFmpeg, Windows version link https://www.gyan.dev/ffmpeg/builds/ 2. select "release builds" -> "ffmpeg-7.0-essentials_build.7z" 3. ffmpeg.exe -hide_banner -i input.mp4 -sn -an -c:v libx264 -profile:v baseline -level 30 -refs 1 -s 800x480 -r 20 -f h264 -t 5 bitstream.264 3.1 cre...
by 9chuckyoung
29 Mar 2024, 16:03
Forum: Nuvoton HMI/GUI
Topic: [MA35 Family] [AppWizard] Swipe samples
Replies: 2
Views: 242

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

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

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

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

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

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

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

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

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