Module r0ket_l0dable::lcd [] [src]

Display

Structs

Stdout

Writes onto the display

Constants

RESX

Display width in pixels

RESY

Display height in pixels

RESY_B

RESY in bytes

STDOUT

Do not use as of now. Linking in such functionality makes the l0dable exceed 2560 bytes.

Functions

buffer

Obtain the display buffer

clear

Clear the display buffer

display

Flush the display buffer to hardware

do_int

Print an integer num at position sx×sy

do_string

Print a string s at position sx×sy

get_pixel

Get pixel at x×y

print

Print a string

println

Print a line

set_pixel

Set/clear pixel at x×y