Recent Changes - Search:

Home

Is the Laser up?

People

Publications

Calendar

Projects

Spring 2012

Older Courses

Fall 2011

Spring 2011

Fall 2010

Spring 2010

Fall 2009

Spring 2009

Fall 2008

Spring 2008

Fall 2007

HOWTOs

edit SideBar

CVRLCD

CAVRIT includes the ability to display a custom character on one of the digits on the Butterfly's LCD using the "pattern" primative. The pattern primative is used in the form "pattern <character> <digit>" where <character> is a 16-bit value constructed using the below information and <digit> is a number between 1 and 6 representing where the character is to be drawn on the LCD.

In the image below each segment has been assigned a value from A to P (excluding I and O):

Each character is represented by a 16-bit integer using the following table:

1514131211100908
MPNDLEGC
0706050403020100
JFHBK----A

As an example, the character 'A' in the above figure would be represented by the bitstring:

0b0000111101010001
0x0F51
0d3921
Edit - History - Print - Recent Changes - Search
Page last modified on March 29, 2007, at 11:25 AM