Method | Description | |
---|---|---|
TWIDisplay ( Microsoft.SPOT.Hardware.I2CDevice display ) : System | ||
TWIDisplay ( ushort address ) : System | ||
changeAddress ( uint new_addr ) : void | ||
clear ( ) : void | ||
setBrightness ( uint brightness ) : void | ||
setDot ( int position, bool on ) : void | ||
setDots ( bool dot0, bool dot1, bool dot2, bool dot3 ) : void | ||
setPosition ( uint position ) : void | ||
setRotateMode ( ) : void | ||
setScrollMode ( ) : void | ||
showAddress ( ) : void | ||
writeChar ( char val ) : void | ||
writeInt ( int val ) : void | ||
writeSegments ( int segments ) : void | ||
writeStr ( string val ) : void | ||
writeTemperature ( float f, char symbol ) : void | ||
writeTemperature ( int temp ) : void | ||
writeTemperature ( int temp, char symbol ) : void | ||
writeTime ( int hour, int min, int sec ) : void |
Method | Description | |
---|---|---|
set_number ( int num ) : void |
public TWIDisplay ( Microsoft.SPOT.Hardware.I2CDevice display ) : System | ||
display | Microsoft.SPOT.Hardware.I2CDevice | |
return | System |
public TWIDisplay ( ushort address ) : System | ||
address | ushort | |
return | System |
public changeAddress ( uint new_addr ) : void | ||
new_addr | uint | |
return | void |
public setBrightness ( uint brightness ) : void | ||
brightness | uint | |
return | void |
public setDot ( int position, bool on ) : void | ||
position | int | |
on | bool | |
return | void |
public setDots ( bool dot0, bool dot1, bool dot2, bool dot3 ) : void | ||
dot0 | bool | |
dot1 | bool | |
dot2 | bool | |
dot3 | bool | |
return | void |
public writeTemperature ( float f, char symbol ) : void | ||
f | float | |
symbol | char | |
return | void |
public writeTemperature ( int temp, char symbol ) : void | ||
temp | int | |
symbol | char | |
return | void |
public writeTime ( int hour, int min, int sec ) : void | ||
hour | int | |
min | int | |
sec | int | |
return | void |