Search found 91 matches

by 9chuckyoung
11 Aug 2020, 12:00
Forum: Nuvoton Arm9
Topic: AutoWriter FAQ
Replies: 0
Views: 6332

AutoWriter FAQ

Q: What is AutoWriter? A: AutoWriter is similar to TurboWriter, it is the simplified version of TurboWriter. Q: Where to get AutoWriter? A: AutoWriter is in non-OS BSP: N9H20 Non-OS BSP https://github.com/OpenNuvoton/N9H20_emWin_NonOS N9H26 Non-OS BSP https://github.com/OpenNuvoton/N9H26_emWin_NonOS...
by 9chuckyoung
21 Jul 2020, 13:06
Forum: Nuvoton HMI/GUI
Topic: emWin performance related
Replies: 0
Views: 12387

emWin performance related

1. Utilize GUI_SetOrientation() may cause performance drop.
by 9chuckyoung
10 Jul 2020, 09:38
Forum: Nuvoton HMI/GUI
Topic: [Windows] How to make a RGB565 logo?
Replies: 0
Views: 12472

[Windows] How to make a RGB565 logo?

Download ffmpeg https://ffmpeg.zeranoe.com/builds/ , FFmpeg official link https://ffmpeg.org/ CLI: (in WIndows command-line) // picture to logo ffmpeg.exe -hide_banner -i "C:\image.jpg" -pix_fmt rgb565le -s 320x240 -f rawvideo "C:\logo.bin" // video to logo // pick 1 frame at 1 minute position ffmpe...
by 9chuckyoung
08 Jun 2020, 13:31
Forum: Nuvoton HMI/GUI
Topic: [Non-OS FAT file-system] For N9H20, N9H26 & N9H30
Replies: 0
Views: 12435

[Non-OS FAT file-system] For N9H20, N9H26 & N9H30

N9H20 & N9H26 utilize NVTFAT file-system Document in BSP: N9H20 BSP download link: https://github.com/OpenNuvoton/N9H20_emWin_NonOS N9H26 BSP download link: https://github.com/OpenNuvoton/N9H26_emWin_NonOS \N9H2x_emWin_NonOS-master\Documents How to mount FAT in SPI flash.pdf N9H2x Non-OS Library Ref...
by 9chuckyoung
05 Jun 2020, 19:25
Forum: Nuvoton HMI/GUI
Topic: [N9H26 Non-OS] Store touch calibration to SPI flash
Replies: 0
Views: 12250

[N9H26 Non-OS] Store touch calibration to SPI flash

Platform: N9H26 Platform resource link: https://www.nuvoton.com/hq/products/application-specific-socs/hmi-emwin-mpus/?__locale=en BSP link: https://github.com/OpenNuvoton/N9H26_emWin_NonOS Sample code brief: Store touch calibration parameters to SPI flash IDE: Keil professional Please note that to r...
by 9chuckyoung
02 Jun 2020, 16:00
Forum: Nuvoton Arm9
Topic: [N9H series Non-OS NuEclipse] Why sample builds fail?
Replies: 0
Views: 5486

[N9H series Non-OS NuEclipse] Why sample builds fail?

Check list: 1. Path CANNOT contain space or special char. 2. Path of .c & .h are wrong, please change from absolute to relative path. Properties --> Resource --> Linked Resources, Convert... 3. Into Properties --> C/C++ Build --> Settings --> Apply --> OK Project --> Clean... --> Build Project 4. Le...
by 9chuckyoung
22 May 2020, 11:45
Forum: Nuvoton Arm9
Topic: [N9H series Non-OS NuEclipse] NuEclipse FAQ
Replies: 0
Views: 5889

[N9H series Non-OS NuEclipse] NuEclipse FAQ

Q: What is NuEclipse? A: A free IDE for Nuvoton Cortex-M series & Arm9. Q: Why NuEclipse? Can I use Eclipse instead? A: We integrated necessary materials to help you to compile the code after NuEclipse installed. You need to install other materials after Eclipse installed. Hence, we recommend to ins...
by 9chuckyoung
21 May 2020, 13:38
Forum: Nuvoton Arm9
Topic: [N9H series Non-OS NuEclipse] How to clone existing project?
Replies: 0
Views: 4305

[N9H series Non-OS NuEclipse] How to clone existing project?

1. Copy sample folder "emWin_SimpleDemo" to "my_Project1". 2. In "GCC" folder, search "emWin_SimpleDemo" and replace to "my_Project1" in .cproject & .project. Note: about debug file "N9HxxKx.launch", it's for J-Link ICE device and driver, if purchased from Segger. Note: clone existing sample project...
by 9chuckyoung
19 May 2020, 13:26
Forum: Nuvoton Arm9
Topic: [N9H20 / N9H26] MPEG-1?
Replies: 0
Views: 4237

[N9H20 / N9H26] MPEG-1?

N9H series didn't support MPEG-1 CODEC.

The attached files are the support list.
by 9chuckyoung
15 May 2020, 14:28
Forum: Nuvoton Arm9
Topic: [N9H series Non-OS NuEclipse] Why import GCC project to NuEclipse fail?
Replies: 0
Views: 4067

[N9H series Non-OS NuEclipse] Why import GCC project to NuEclipse fail?

1. refer to the document, the path is in "C:\Program Files (x86)\Nuvoton Tools\NuEclipse\V1.01.01x\NuEclipse\UserManual". 2. check with chapter 3.3 "Import Existing Projects". 3. please don't check "Copy projects into workspace". 4. make sure the sample project is located in the right path, e. g., C...