Overview Version History Q & A Rating & Review
Nuvoton - LCDView
Description
The NuTool – LCDView is used to synchronously display the LCD view on the PC by setting up the Com/Seg table and the icons on Canvas. User can freely design the pattern of screen to emulate each type of LCD view.
Usage
Open the command palette in VSCode:
CTRL + SHIFT + P
(Windows)
CMD + SHIFT + P
(Mac OS)
Type the command
Nuvoton: Open LCDView
Example
Preinstall Nuvoton MCU DevKit .
Go to Nuvoton Technology Corp , and download NuMicro BSP project.
Open VSCode
folder in NuMicro BSP project.
Click CMSIS
, then execute Build solution
and Run
Open launch.json
file, click Add Configuration...
button, and type Nuvoton Debug
to insert the configuration as below.
{
"name": "Nuvoton Debug",
"type": "cortex-debug",
"request": "launch",
"cwd": "${workspaceFolder}",
"executable": "${command:embedded-debug.getApplicationFile}",
"servertype": "openocd",
"serverpath": "${command:openocd-helper.getOpenOcdPath}",
"svdFile": "${command:openocd-helper.getSvdPath}",
"configFiles": [
"interface/cmsis-dap.cfg",
"${command:openocd-helper.getOpenOcdConfigPath}"
],
"runToEntryPoint": "main"
},
Click Run and Debug
and select Nuvoton Debug
Set breakpoints and then click Start Debugging
Open LCDView to observe LCD view