TFT N18
![]() | ![]() |
1.8" - 160x128 Color TFT LCD display
- Overview
- Drivers
- Samples
- Projects
1.8" - 160x128 Color TFT LCD display
Key features • 1.8" display | Resources |
Function | Description |
---|---|
Init() | Initialize the display. Automatically called on power up. |
Mode(direct) | Set the graphics mode to 1-direct, 0-buffered (default). |
GetW() | Get display width: 106 in buffered, 320 in direct. |
GetH() | Get display height: 80 in buffered, 240 in direct. |
IsColor() | Returns 1. |
DVer() | This driver version. |
By default, the display is initialized in buffered mode.
tip
See Graphics for available drawing functions, such as Text()
and Circle()
.
- Script
- Python
- JavaScript
Use Console to modify the default driver by adding this sample.
# Append this code at the bottom of the script, right after the driver.
# You MUST keep the driver code!!
from DUELink.DUELinkController import DUELinkController
import time
availablePort = DUELinkController.GetConnectionPort()
duelink = DUELinkController(availablePort)
//code
These project samples will get you started.
- Arduino
- Standalone
This demo uses Arduino UNO R4 to read analog A0 and show value on screen.
image
Use the Standalone feature to create an analog clock.
image
The demo uses USB Hook to set the time (and load scripts.)
The Code!
Python Code
Ordering Info
Description | Part Number | Price |
---|---|---|
1.8" 160x128 Color TFT LCD display | GDL-DTFTN18-B | $00.00 |