bigtreetech / BIGTREETECH-TFT35-V1.2

3.5inch Serial Port Touch Screen, Support Marlin/Smoothieware/etc..
40 stars 45 forks source link

Custom Icons #5

Open DynaMight1124 opened 5 years ago

DynaMight1124 commented 5 years ago

If anyone is interested in some different icons. I created some: https://github.com/DynaMight1124/Bigtreetech-TFT35-Icons

ArturNadolski commented 5 years ago

Good job!

Msq001 commented 5 years ago

hi~ we have updated the icons here

valerie16901 commented 5 years ago

That's very cool, can you tell me what setting did you use for saving the bmp file, I have created some icons and exported in 16bit as the manual says, but they won't load :( I am using tft24 by the way.

DynaMight1124 commented 5 years ago

I used either 24 or 32 bit, rather than the suggested 16bit, cant remember exactly now. I had to try a few settings.

valerie16901 commented 5 years ago

Thank you! 32bit seems to do the trick, they should update the manual.

jinantha commented 5 years ago

Thank you! 32bit seems to do the trick, they should update the manual.

below is the only way worked for me, ImageMagick

magick convert Reserve_6.bmp -alpha set -define bmp:format=bmp3 -define bmp3:alpha=true Reserve_6.bmp