Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Seetron Serial Backpack

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
theandyman85
Posts: 1
Joined: November 13th, 2005, 8:25 am

Seetron Serial Backpack

Post by theandyman85 »

I just got an lcd (4x20) that uses the Seetron HD44780 Serial Backpack (Wirz clone). Is there any way I can get it to run in LCDSmartie? Ive been using LCDriver but its a bit limited to me.

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

You can try our test driver configuration http://lcdsmartie.sourceforge.net/testdriver.html :wink:

naps1saps
Posts: 15
Joined: January 11th, 2006, 5:29 am
Location: Seattle, WA
Contact:

Seetron Graphic LCD Test Driver Settings

Post by naps1saps »

For a Seetron 120x32 pixel Graphics LCD screen, just add this to your config.ini file plus the modifications stated in the reply above:
[Test Driver]
Init=12,14
GotoLine1=1
GotoLine2=1,13
GotoLine3=1,13,13
GotoLine4=1,13,13,13

1=go to beginning of 1st line
12=clear screen
13=go to beginning of next line
14=turn on backlight
15=turn off backlight
for more ascii function codes for this LCD, go to http://www.seetron.com/sgx120_1.htm

if you want the backlight to go off when you exit and clear the screen, just add this to the end of what was above:
Fini=15,12

Post Reply