Discussing issues that occur during plugin development.
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
cyberv
- Posts: 15
- Joined: February 26th, 2005, 3:33 pm
Post
by cyberv »
the HD44780 table states that a solid block is char 255.. but if i try it in LCD smartie i get two blocks.. What am i doing wrong?
-
clansley
- Site Admin
- Posts: 104
- Joined: February 13th, 2005, 5:09 pm
- Location: UK
-
Contact:
Post
by clansley »
There is no single HD44780 character table - so I guess 255 isn't a block character on yours.
You have two choices - find the block character (assuming you have one), but using Chr(1) Chr(2) etc
Define a full block character using $CustomChar(...
-
cyberv
- Posts: 15
- Joined: February 26th, 2005, 3:33 pm
Post
by cyberv »
but if i use the block function under misc optins in LCD smartie the display displays a block.. ?
-
clansley
- Site Admin
- Posts: 104
- Joined: February 13th, 2005, 5:09 pm
- Location: UK
-
Contact:
Post
by clansley »
Yep - Smartie uses a custom char.
-
cyberv
- Posts: 15
- Joined: February 26th, 2005, 3:33 pm
Post
by cyberv »
aha.. and its always definec so i dont need to redifene a custom char myself?