reactivated graphic lib
This commit is contained in:
parent
d06b050f82
commit
6c2c5127c6
|
@ -104,18 +104,6 @@ nickname
|
||||||
systickGetTicks
|
systickGetTicks
|
||||||
uint32touint8p
|
uint32touint8p
|
||||||
uint8ptouint32
|
uint8ptouint32
|
||||||
#Add stuff here
|
|
||||||
#o_init
|
|
||||||
#o_path_new
|
|
||||||
#o_move_to
|
|
||||||
#o_line_to
|
|
||||||
#o_curve_to
|
|
||||||
#o_close
|
|
||||||
#o_set_gray
|
|
||||||
#o_fill
|
|
||||||
#o_set_shader
|
|
||||||
#o_identity
|
|
||||||
#o_transform
|
|
||||||
#I2C
|
#I2C
|
||||||
I2CMasterBuffer
|
I2CMasterBuffer
|
||||||
I2CSlaveBuffer
|
I2CSlaveBuffer
|
||||||
|
@ -123,6 +111,7 @@ I2CWriteLength
|
||||||
I2CReadLength
|
I2CReadLength
|
||||||
i2cEngine
|
i2cEngine
|
||||||
i2cInit
|
i2cInit
|
||||||
|
#stuff
|
||||||
timer32Callback0
|
timer32Callback0
|
||||||
lcdRead
|
lcdRead
|
||||||
lcdInit
|
lcdInit
|
||||||
|
@ -130,3 +119,15 @@ lcdSetCrsr
|
||||||
lcdSetCrsrX
|
lcdSetCrsrX
|
||||||
getInputWaitRepeat
|
getInputWaitRepeat
|
||||||
applyConfig
|
applyConfig
|
||||||
|
o_init
|
||||||
|
o_path_new
|
||||||
|
o_move_to
|
||||||
|
o_line_to
|
||||||
|
o_curve_to
|
||||||
|
o_close
|
||||||
|
o_set_gray
|
||||||
|
o_fill
|
||||||
|
o_set_shader
|
||||||
|
o_identity
|
||||||
|
o_transform
|
||||||
|
#Add stuff here
|
||||||
|
|
Loading…
Reference in New Issue