Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>NuTool - LCDViewNew to Visual Studio Code? Get it now.
NuTool - LCDView

NuTool - LCDView

Nuvoton

|
14 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open the command palette in VSCode:

    • CTRL + SHIFT + P (Windows)
    • CMD + SHIFT + P (Mac OS)
  2. Type the command

    Nuvoton: Open LCDView

Example

  1. Preinstall Nuvoton MCU DevKit.

  2. Go to Nuvoton Technology Corp, and download NuMicro BSP project.

  3. Open VSCode folder in NuMicro BSP project.

  4. Click CMSIS, then execute Build solution and Run

  5. 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"
    },
    
  6. Click Run and Debug and select Nuvoton Debug

  7. Set breakpoints and then click Start Debugging

  8. Open LCDView to observe LCD view step7

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft