Make sure the image size is 160 Width and 80 Height in pixels.
then Export as a .png
Click 'Choose File' Button and select the reticle image you made.
Click the convert button, then copy that bitmap to clipboard.
Open notepad and paste it there.
saveas that file to your ColorFOSSDot project folder.
The name should be: PickAName.h
Open the Arduino ide and open the ColorFOSSDot project.
Add a new line at the top
#include <PickAName.h>
now draw that image by adding to the reticle choices:
tft.drawRGBBitmap(reticlePosX, reticlePosY, PickAName, 160, 80);
HOW-TO make your own custom reticles
We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.