Siemens C65 - User Manual
Siemens C65 – User Manual, read for free online in PDF format. We hope this helps you resolve any issues you may have. If you have further questions, please contact us through the contact form.
Table of Contents:
- Page 4 – PWM Programming example
- Page 5 – Initialization Commands:
- Page 6 – OR; XS; degree
- Page 7 – YS; to
- Page 11 – Reengineering the S65 Display:
- Page 12 – write complete display memory:
- Page 13 – Power Down Sequence:
Using the Siemens S65 – Display
by
Christian Kranz
, October 2005
(
http://www.superkranz.de/christian/S65_Display/DisplayIndex.html
)
( PDF by Benjamin Metz, 01
st
November 2005 )
About the Display:
Siemens used for the mobile phones S65, M65, CX65 and SK65 a 16-bit color
TFT display with 132x176 pixel. This display has integrated white backlight
LED's and an attractive screen size.
The display is available for less than 20 EUR in phone part shops and ebay.
The following picture compares the well known Nokia 6100 display with the
S65 - display.
Info:
Currently there are three different display types known.
LS020…… LPH88…… L2F50……
Sharp
Hitachi HD66773
Epson L2F50..
1
"Loading the manual" means you need to wait until the file loads and becomes available for online reading. Some manuals are very large, and the time they take to appear depends on your internet speed.
Summary
Display Backlight: The display forward voltage was measured at one part to be 10.4V at 20mA current. That means a relative large voltage is needed. This voltage can be easily generated with a PWM signal generator of the µC. (Do not forget to switch on the current limitation of your power supply unti...
5 I) LS020 - Display: Software - (Commands and Data): Data and commands to the display controller are distinguished by the RS line. If RS is high, the controller expects commands, if the RS line is low it expects data. RS = high Command RS = low Data Initialization Commands: A LCD TFT display is pro...
6 The second sequence follows directly and is: INIT3: 0xEF90, 0x0983, 0x0800, 0x0BAF, 0x0A00, 0x0500, 0x0600, 0x0700 0xEF00 0xEE0C 0xEF90, 0x0080 0xEFB0, 0x4902 0xEF00 0x7F01, 0xE181 0xE202 0xE276 0xE183 0x8001 0xEF90, 0x0000 After the initialization sequence the display is ready to use. An immediat...