Songgran go on

This commit is contained in:
kong 2023-03-28 14:44:43 +07:00
parent d8fef6b51e
commit 1c20abc0e9
30 changed files with 416 additions and 2482 deletions

View file

@ -80,7 +80,7 @@
out_xml('\t</QRCode>\r\n')
out_xml('</Block>\r\n')
out_xml('; include-file=dummy_layout.inc\r\n')
out_xml(';dummy_layout.inc\r\n')
out_xml('; menu_new_list '+ str(len(menu_new_list))+'\r\n')
@ -89,6 +89,10 @@
if spl[0] == "IGNORE":
continue
if spl[0].startswith("TAG"):
out_xml( '\t;' + spl[0] + '\r\n')
out_xml( '\t; ==================> Len = ' + str(len(spl)) + '\r\n')
menu_img = spl[7]
out_xml( '\t; '+ spl[4] + ' ' + spl[5] + ' ' + spl[6]+ ' \r\n')
@ -1002,6 +1006,8 @@
out_xml( '\t</Text>\r\n')
out_xml( '</Block>\r\n')
if spl[0].startswith("TAG"):
out_xml( '\t;' + spl[0] + '\r\n')
count_test = count_test + 1
#if count_test > 8 :