2011-08-05 16:53:40 +00:00
|
|
|
#lcd
|
|
|
|
DoChar
|
2011-08-03 14:34:09 +00:00
|
|
|
DoInt
|
|
|
|
DoIntX
|
|
|
|
DoString
|
|
|
|
IntToStr
|
|
|
|
IntToStrX
|
2011-08-05 16:53:40 +00:00
|
|
|
Font_7x8
|
|
|
|
font
|
|
|
|
getFontHeight
|
|
|
|
setExtFont
|
|
|
|
lcdBuffer
|
2011-08-03 14:34:09 +00:00
|
|
|
lcdClear
|
|
|
|
lcdDisplay
|
2011-08-05 16:53:40 +00:00
|
|
|
lcdFill
|
|
|
|
lcdGetPixel
|
|
|
|
lcdLoadImage
|
2011-08-03 14:34:09 +00:00
|
|
|
lcdNl
|
|
|
|
lcdPrint
|
|
|
|
lcdPrintInt
|
|
|
|
lcdPrintIntHex
|
|
|
|
lcdPrintln
|
|
|
|
lcdRefresh
|
|
|
|
lcdSetPixel
|
|
|
|
lcdShift
|
2011-08-05 16:53:40 +00:00
|
|
|
lcdShowAnim
|
|
|
|
#input
|
2011-08-03 15:38:30 +00:00
|
|
|
getInput
|
2011-08-05 16:53:40 +00:00
|
|
|
getInputRaw
|
|
|
|
getInputWait
|
|
|
|
getInputWaitRelease
|
|
|
|
getInputWaitTimeout
|
|
|
|
#crypto
|
|
|
|
xxtea_decode_words
|
2011-08-03 15:38:30 +00:00
|
|
|
xxtea_encode_words
|
2011-08-03 17:00:26 +00:00
|
|
|
ECIES_decryptkeygen
|
2011-08-05 16:53:40 +00:00
|
|
|
ECIES_encyptkeygen
|
2011-08-03 17:00:26 +00:00
|
|
|
bitstr_parse_export
|
2011-08-05 16:53:40 +00:00
|
|
|
#fs
|
|
|
|
f_close
|
2011-12-22 02:02:45 +00:00
|
|
|
#f_get_rc_string
|
|
|
|
notimplemented
|
2011-08-05 16:53:40 +00:00
|
|
|
f_lseek
|
|
|
|
f_open
|
|
|
|
f_read
|
|
|
|
f_write
|
|
|
|
# funk
|
|
|
|
_nrfresets
|
|
|
|
nrf_check_reset
|
2011-08-03 22:49:46 +00:00
|
|
|
nrf_config_set
|
2011-08-05 16:53:40 +00:00
|
|
|
nrf_rcv_pkt_end
|
|
|
|
nrf_rcv_pkt_poll_dec
|
|
|
|
nrf_rcv_pkt_start
|
|
|
|
nrf_rcv_pkt_time_encr
|
2011-08-04 11:11:28 +00:00
|
|
|
nrf_read_reg
|
2011-08-05 16:53:40 +00:00
|
|
|
nrf_snd_pkt_crc_encr
|
|
|
|
#queue
|
|
|
|
delayms
|
|
|
|
delayms_queue
|
2011-08-04 17:10:22 +00:00
|
|
|
delayms_queue_plus
|
2011-08-05 16:53:40 +00:00
|
|
|
push_queue
|
|
|
|
the_queue
|
|
|
|
work_queue
|
|
|
|
#config
|
2011-08-04 19:23:29 +00:00
|
|
|
readFile
|
2011-08-05 16:53:40 +00:00
|
|
|
selectFile
|
2011-08-04 19:23:29 +00:00
|
|
|
writeFile
|
2011-08-04 19:46:28 +00:00
|
|
|
saveConfig
|
2011-08-05 16:53:40 +00:00
|
|
|
the_config
|
|
|
|
#gpio
|
|
|
|
gpioGetValue
|
|
|
|
gpioSetDir
|
|
|
|
gpioSetValue
|
|
|
|
sspReceive
|
|
|
|
sspSend
|
|
|
|
sspSendReceive
|
|
|
|
#mesh
|
|
|
|
meshGetMessage
|
|
|
|
meshbuffer
|
|
|
|
meshgen
|
|
|
|
meshincctr
|
2011-08-05 00:19:22 +00:00
|
|
|
meshnice
|
2011-08-05 16:53:40 +00:00
|
|
|
#external
|
|
|
|
strcpy
|
|
|
|
strlen
|
|
|
|
memcpy
|
|
|
|
memset
|
|
|
|
#stuff
|
|
|
|
GetLight
|
|
|
|
GetUUID32
|
|
|
|
GetVoltage
|
|
|
|
isNight
|
|
|
|
_timectr
|
|
|
|
crc16
|
|
|
|
getRandom
|
|
|
|
getSeconds
|
|
|
|
iapReadSerialNumber
|
|
|
|
input
|
|
|
|
handleMenu
|
|
|
|
menuflags
|
|
|
|
mygmtime
|
|
|
|
nickfont
|
|
|
|
nickname
|
|
|
|
systickGetTicks
|
|
|
|
uint32touint8p
|
|
|
|
uint8ptouint32
|
2011-08-12 21:46:19 +00:00
|
|
|
#I2C
|
|
|
|
I2CMasterBuffer
|
|
|
|
I2CSlaveBuffer
|
|
|
|
I2CWriteLength
|
|
|
|
I2CReadLength
|
|
|
|
i2cEngine
|
|
|
|
i2cInit
|
2011-12-22 19:11:03 +00:00
|
|
|
#stuff
|
2011-08-12 21:46:19 +00:00
|
|
|
timer32Callback0
|
2011-12-18 01:06:27 +00:00
|
|
|
lcdRead
|
2011-12-20 00:23:00 +00:00
|
|
|
lcdInit
|
2011-12-20 01:38:18 +00:00
|
|
|
lcdSetCrsr
|
2011-12-22 02:18:16 +00:00
|
|
|
lcdSetCrsrX
|
|
|
|
getInputWaitRepeat
|
|
|
|
applyConfig
|
2011-12-22 19:11:03 +00:00
|
|
|
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
|