Treehopper Python API
CharacterDisplay Class Reference
Inheritance diagram for CharacterDisplay:
Flushable SevenSegmentDisplay

Public Member Functions

def __init__ (columns, rows)
 
def flush (force)
 
def set_cursor (left, top)
 
def clear ()
 
def write (value)
 
def flush (force)
 

Public Attributes

 cols
 
 rows
 
 lines
 
 auto_flush
 
 parent
 

Properties

 cursor_left = property
 
 cursor_top = property
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   columns,
  rows 
)

Member Function Documentation

◆ clear()

def clear ( )

◆ flush() [1/2]

def flush (   force)

◆ flush() [2/2]

def flush (   force)

◆ set_cursor()

def set_cursor (   left,
  top 
)

◆ write()

def write (   value)

Member Data Documentation

◆ auto_flush

auto_flush
inherited

◆ cols

cols

◆ lines

lines

◆ parent

parent
inherited

◆ rows

rows

Property Documentation

◆ cursor_left

cursor_left = property
static

◆ cursor_top

cursor_top = property
static

The documentation for this class was generated from the following file: