completely rewrite the driver.
using one class to descripe two kinds of display. add two displays used simultaneously example. use : setTubeType() to select which type of display is going to be used. add : add comment ,modify configuration files.
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
#######################################
|
||||
# Syntax Coloring Map For Grove - Four Digital Tubes Display
|
||||
# Syntax Coloring Map For Grove -alphanumeric display
|
||||
#######################################
|
||||
|
||||
#######################################
|
||||
# Datatypes (KEYWORD1)
|
||||
#######################################
|
||||
Matrix_8x8 KEYWORD1
|
||||
Seeee_Digital_Tube KEYWORD1
|
||||
|
||||
#######################################
|
||||
# Methods and Functions (KEYWORD2)
|
||||
#######################################
|
||||
init KEYWORD2
|
||||
setTubeType KEYWORD2
|
||||
setBlinkRate KEYWORD2
|
||||
setBrightness KEYWORD2
|
||||
displayString KEYWORD2
|
||||
|
||||
Reference in New Issue
Block a user