11 lines
250 B
Python
11 lines
250 B
Python
from supSMSGecko import make_xml, symbols, Button as B
|
|
|
|
'''
|
|
Note: drawText.s is modified from compiled drawText.c file
|
|
'''
|
|
|
|
def main(g, ver):
|
|
S = symbols[ver]
|
|
g.c_kit(addr_code=0x817f0238, input_path='src/drawText.s', entries=[])
|
|
|
|
make_xml(main)
|