Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 883 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 883 Bytes

To use, run the python script with a bitmap image in the same folder with the name "input.bmp". The script will automatically generate valid C++ code for use in drawing sprites for Arduino. Be careful with the amount of memory being used! This script will give you an idea of how many bytes are being used when ran, and a warning for sizes bigger than 2KB. The result will be saved in a file named "output.txt".

Para usar, rode o script do python com uma imagem em bitmap com o nome "input.bmp" na mesma pasta. O script ira automaticamente gerar codigo valido em C++ para usar nas sprites do Arduino. Tome cuidado com a quantidade de memoria usada! Este programa ira te dar uma media de quantos bytes serao usados, e um alerta quando este valor ultrapassar 2KB. O resultado sera salvo em um arquivo "output.txt".

REQUERIMENTOS / REQUIREMENTS: - Python 3.x - OpenCV Library