Search found 2 matches

by doofuslarge
Wed Aug 25, 2004 2:48 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Underline Text on 2041?
Replies: 1
Views: 2208

Underline Text on 2041?

Is there any way to underline some text on an LCD 2041?

What I have is:

Disable Rows Menu
Disable Row 1: on
Disable Row 2: off
Disable Row 3: off


What I'd like is:

Disable Rows Menu
Disable Row 1: on
Disable Row 2: off
Disable Row 3: off


Any ideas?
by doofuslarge
Fri Aug 20, 2004 9:42 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Custom Character Collection
Replies: 0
Views: 3833

Custom Character Collection

Hey everyone-
Post your custom characters here! Describe what they look like, and post the 8 bytes needed to make them.

I made a couple of up and down arrows for the LCD 2041. Here's the code:

Serout LCD, T9600, [254,78, 0, 4,14,63,0,0,0,0,0] 'up arrow
Serout LCD, T9600, [254,78, 1, 0,0,0,0,63,14 ...