Your Logo on Screen Status on Marlin 2.1

by haiman in Workshop > 3D Printing

3347 Views, 2 Favorites, 0 Comments

Your Logo on Screen Status on Marlin 2.1

f33f3583-aa87-4bad-acc3-b4acd6165a38.jpg
d25d9c85-f37d-45a5-b8a9-90a5a752c135.jpg
Your Logo on Screen Status on Marlin 2.1

You can Add Your Logo on Screen Status on Marlin 2.1

Supplies

Programs

  1. IDE Arduino program
  2. Visual studio code or any text editor you have
  3. photoshop or any graphic programs

Active the Logo on Status Screen

Screenshot 2022-07-14 095910.png

first open the main file configuration on marlin call : configuration.h with IDE program

search on file for CUSTOM_STATUS_SCREEN_IMAGE

then remove the // mark first line for active the image screen


Create New File _Statusscreen.h

Screenshot 2022-07-14 100459.png

you can use any text programs for create the file

i like the visual studio code program its free and good


Downloads

Create Your Logo

Screenshot 2022-07-14 100855.png
Screenshot 2022-07-14 100948.png
Screenshot 2022-07-14 101035.png

i use the photoshop for create it you can use any graphic program on line if you don't have

new file size is 45 pixel width and 32 height

and you can drawing the logo and text anything

save the file with the extinction BMP


Bitmap Converter

Screenshot 2022-07-14 101422.png
Screenshot 2022-07-14 101501.png
Screenshot 2022-07-14 101549.png

First open marlin converter site Marlin converter

browse and select your BMP logo

and select version of marlin you have

and select Binary

and select the status

Copy the following code into your _Statusscreen.h

Screenshot 2022-07-14 102124.png
Screenshot 2022-07-14 102101.png

go back to IDE program and select you com for Arduino and upload your new code

Final Result

Your Logo on Screen Status on Marlin 2.1