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

5.4 on a 1x16 HD44780 half display

General discussion about LCD Smartie.

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

Post Reply
riffraff
Posts: 18
Joined: April 8th, 2007, 1:48 pm
Location: Fife, Scotland

5.4 on a 1x16 HD44780 half display

Post by riffraff »

on vers 5.3 to get the full display to work i needed to tick the "Use alternative addressing" but this is not on the 5.4 version but there is a box for startup parameters the example under the box shows "PORT[,m,a1,a2]"
i have tried $378[,1,a1,a2], $378[,1,a2], $378[,1,a1] all give the same half display

can anyone advise what should be in there for a HD44780 1x16 display?
Fast351
Developer
Posts: 233
Joined: February 17th, 2006, 3:23 pm
Location: Twin Cities, Minnesota, USA
Contact:

Re: 5.4 on a 1x16 HD44780 half display

Post by Fast351 »

riffraff wrote:on vers 5.3 to get the full display to work i needed to tick the "Use alternative addressing" but this is not on the 5.4 version but there is a box for startup parameters the example under the box shows "PORT[,m,a1,a2]"
i have tried $378[,1,a1,a2], $378[,1,a2], $378[,1,a1] all give the same half display

can anyone advise what should be in there for a HD44780 1x16 display?
$378,1,1

no brackets, use 0 or 1 for booleans (or y/n)
Post Reply