Functions | |
| write_RBG (img, ROM_out, pos) | |
| write_RGBA (img, ROM_out, padding, pos) | |
| write_bmp (infile, ROM_out, h_out, pos) | |
| write_font (infile, ROM_out, pos) | |
| write_h_preamble (h_out) | |
Variables | |
| str | ROM_file = "..\\data\\Disk_Images\\ROM0.bin" |
| ROM_out = open(ROM_file, "wb") | |
| str | h_file = '..\\include\\ROM_Config.h' |
| h_out = open(h_file, "w") | |
| int | pos = 0 |
| str | inPath = "..\\data\\Menus\\" |
| create_ROM_image.write_bmp | ( | infile, | |
| ROM_out, | |||
| h_out, | |||
| pos ) |
| create_ROM_image.write_font | ( | infile, | |
| ROM_out, | |||
| pos ) |
| create_ROM_image.write_h_preamble | ( | h_out | ) |
| create_ROM_image.write_RBG | ( | img, | |
| ROM_out, | |||
| pos ) |
| create_ROM_image.write_RGBA | ( | img, | |
| ROM_out, | |||
| padding, | |||
| pos ) |
| str create_ROM_image.h_file = '..\\include\\ROM_Config.h' |
| create_ROM_image.h_out = open(h_file, "w") |
| str create_ROM_image.inPath = "..\\data\\Menus\\" |
| create_ROM_image.pos = 0 |
| str create_ROM_image.ROM_file = "..\\data\\Disk_Images\\ROM0.bin" |
| create_ROM_image.ROM_out = open(ROM_file, "wb") |