alexqzd / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
197 stars 71 forks source link

Custom Icon Display Firmware Source Code #29

Open dejanmaksa opened 2 years ago

dejanmaksa commented 2 years ago

Hello I am just thinking about making my own custom icons for a 3D printer. Where I can find the source code for customizing color display icons? Thank you in advance.

Mik-S-UMS commented 2 years ago

Just download the source code and everything you need is in the Marlin/Display firmware/Icon Tools/ folder

dejanmaksa commented 2 years ago

Thank you very much.