LCD-S700

From FriendlyELEC WiKi
Revision as of 00:11, 29 June 2016 by Yftan (Talk | contribs)

Jump to: navigation, search

查看中文

1 Introduction

S700.png
  • S700是友善之臂设计开发并生产的一款7寸高清电容触摸显示模块,分辨率为800 x 480,支持触摸,背光可调(通过一线通讯),其接口适用于友善之臂出品的Tiny4412,super4412,NanoPC-T1,NanoPC-T2,NanoPi 2,NanoPi 2 Fire,Tiny210,Smart210等系列ARM主控板,可支持Linux, Android等嵌入式系统,并且驱动开源。
  • S700模块带有一个定制ABS外壳,简洁易用,左右边缘对称,纯平设计,携带方便,四角带有铜螺母螺丝孔,非常方便企业用户安装到设备中使用。

2 Dimensional Diagram

S70001.png S700001.png

3 Applications

S70002.png S70003.png

4 Datasheet

5 Schematics

6 Applicable Platforms

Debian Android Linux+Qt WinCE
NanoPi 2
NanoPi M2
NanoPi 2 Fire Mini210S Mini210S Mini210S
NanoPi M3 Tiny210 Tiny210 Tiny210
NanoPC T2 Smart210 Smart210 Smart210
NanoPC T3 Tiny4412
Smart4418 Smart4418

7 One-Wire Technology

  • As for most ARM boards we observed that using CPU’s ADC conversion didn’t work very well for large-size LCDs (7” and larger) with four-wire resistive touch. Some vendors use an external USB or UART module to connect these LCDs. To save CPU’s hardware resources and minimize usage of external modules we developed the one-wire technology which only uses a single GPIO pin and we have integrated this technology in all our LCD controller boards. This technology uses an MCU to communicate with the touch panel’s chip (we use the ADS7843 chip or other chips compatible with ADS7843) and process the four-wire resistor’s analog signals and output the filtered stable signals to the ARM board via GPIO. We tested this technology in various LCDs and it worked very well even for a large LCD of 19” and some commonly observed issues such as screen flipping and jittering were not encountered.
  • Today most LCDs whose size is less than 12” have LED backlight. We use the one-wire’s MCU to process the backlight as well. The backlight is set with a range of values. Users can set a value to the backlight and this value is passed to MCU for processing via one-wire’s GPIO pin.
  • Each FriendlyARM’s LCD module has a unique ID which is saved in the one-wire’s MCU. When the MCU reads the ID information from GPIO signals it will recognize the LCD model and instruct the bootloader to load the corresponding LCD driver, making a FriendlyARM LCD plug and play.
  • As for the one-wire technology for our LCDs with capacitive touch we removed the resistive touch panel’s chip but kept the backlight adjusting function and LCD’s ID information. Therefore the communication between the capacitive touch and the ARM board is still standard IIC.
  • Attention:the one-wire technology is different from the commonly known single-bus communication. Actually in the ARM board we use a PWM timer (not PWM pins) to generate the communication frequency (9600Hz). For more details please refer to the driver’s source code.

8 Update Log

8.1 June-29-2016

  • Created English wiki