STONE provides an Intelligent HMI solution. The intelligent TFT touch screen uart display set since it is embedded with a Cortex-M4 32-bit CPU processor and LCD driver, so you don’t have to re-design the LCD driver anymore. The pictures or audio/video files can be stored in the memory, so you can use any simple MCU to control the display by sending hex commands through the UART port.
The TFT touch screen display consists of a CPU, TFT drives, flash memory, UART port, power supply, etc. STONE also provides a basic control program and powerful design software (STONE TOOL Box). You can use it to set various functions on the graphical user interface, such as text, figures, curve, image switching, keyboard, progress bar, the slider, dial-up, clock and touch button, data storage, the USB download, video, and audio.
It is very easy for engineers to develop the TFT screen touch display color user interface and touch control functions, which can reduce a lot of development time and cost. Widely used as a TFT screen touch display LCD controller in many fields, such as industrial equipment, medical equipment, civil equipment, energy project or public transfer system and etc.
• Cortex m4 CPU;
• UART interface (RS232/RS485/TTL) ;
• 256-byte register;
• 128 kb variable memory;
• 128 MB flash memory, expandable to 1 GB;
• GUI design software;
• The customized command set;
• 8-channel curve trend chart memory;
• extremely fast variable display response speed;
• The single-page supports up to 128 display variables;
• Integrated real-time clock RTC,
• Touch buzzer sound function;
• Support software 90 degrees, 180 degrees, 270-degree screen rotation, adjust the appropriate visual Angle;
-- Free and easy to use STONE TOOL Box software
-- property value components that can be allocated at run time
-- Drag-and-drop components for GUI design and interaction
-- built-in debugger for HMI project emulation
1) Use .jpg/.bmp files to create a series interface by our TOOLS 2019 GUI design software.
2) Download the interface project into the display by USB cable or flash disk.
3) Write a simple program with any language (C/C++/Python or etc) and let your controller send a simple hex command string to the display by UART port, to communicate and control the display.
For example: display the time variable "08: 30"
and UART send the command: A5 5A 05 82 6F 00 08 30
Description:
A5 5A: Frame head
05: command byte length, 82 6F 00 08 30 total 5 bytes (excluding frame header)
82: write variable register command
6F 00: Variable address, set in control properties
08 30: data content, BCD code of 08 30
1 * STONE HMI 7" 800*480 (16:9) uart display module with LCD drive
2 * Transfer board
2 * 8 pin terminal block
2 * 20mm long cable
1 * U disk
1 * USB cable
1 * 5mm short cable
1 * 20mm DB9 cable
- software
- instruction set
- FAQS
1. 5-YEAR Warranty Period
Replace by a brand-new Unconditionally
2. customizable service.
a. Customize uart display TFT-LCD Module according to the customer’s requirement.
b. Develop the customization function.
c. Optional resolution
d. Optional luminance
Optional UART interface type (RS232/RS485/TTL)
Optional touch control type (resistive/capacitive/non-touch)
1. Can we use the CANBUS/MODBUS protocol to communicate with the STONE TFT Touch uart display module?
A: No. The CANBUS/MODBUS protocol is not supported for now.
2. Can we use Arduino as the controller of the STONE TFT Touch display module?
A: Yes. Arduino has the TTL signal pin. You can directly use a STONE TFT screen uart display with the TTL interface (please contact our staff to confirm the interface type). Or you can use the MAX3323 chip to converter the TTL signal to the RS232 signal.
You can check the link to get the specific steps:
https://www.arduino.cc/en/Tutorial/ArduinoSoftwareRS232
3. Can we use Raspberry Pi as the controller of STONE TFT Touch uart display module?
A: Yes. Raspberry Pi provides build-in/mini UART.
They are implemented using different hardware blocks, so they have slightly different characteristics. However, both are 3.3V devices, which means extra care must be taken when connecting up to an RS232 or other systems that utilize different voltage levels.
You can check more details in the link below:
https://www.raspberrypi.org/documentation/configuration/uart.md