to find the image converter just google arduino utft librarywhere can I get ImageConverter565
I got mine from here
http://www.rinkydinkelectronics.com/library.php?id=51
download the utft.zip ,its in the utft/tools folder
flash.py.TXT needs to be renamed to flash.pyWhat is the purpose of this file "flash.py.TXT" and where I must copied this file.
its a python 2.7 script . you will need to install python 2.7 on to your pc
to be able to run it
there are some python apps that mat need to be installed too see above (os,time,Tkinter,serial,glob) most come preinstalledCode:#flash.py extract import os import time from Tkinter import * import serial import glob ser=serial.Serial("com27",38400) ser.flush() ser.timeout=.005
the code also wants a serial port (or it will crash and burn) mine uses com27 you can edit file to suit your setup , whatever port you supply needs to exist and be available for python to use
this code can either make a pbp.bas include image file or transfer the image directly to external Flash memory via the serial port when used with my flash add in




Bookmarks