Skip to content

smoochiee/esp32-Marauder-mod-CYD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

esp32-Marauder-mod-CYD

This is a tutorial on how you mod esp32 marauder if you want to learn how to port marauder to your cyd devices go to Marauder tutorial cyd-Cheap yellow display

SPLASH SCREEN OF MARAUDER

  • Repalcing original Splash screen.

    • marauder3L
  • To This (or any jpeg picture format)

    • 360_F_393641217_x8EFoYlz75eWnW8NJgCHjE766gdM5xys

DOWNLOADING AND RESIZING

  1. Download some .jpeg format on internet OR make your own. in this tutorial i will use
  • 360_F_393641217_x8EFoYlz75eWnW8NJgCHjE766gdM5xys
  1. Right click your downloaded or made jpeg and select Edit with Paint 3d 3d

  2. Inside Paint 3d Click Canvas tab on top then on the right side panel set width 240px and height 320px uncheck lock aspect ratio.

canvas tab

  1. Saving edited jpeg Click Menu on left corner save as then click image then save as 2D-jpeg any name is okay
  • save
  • as

CONVERTING JPEG TO HEX

  1. Open your Favorite browser then go to Hex converter click choose file and add you jpeg hex

  2. Click Copy output to clipboard

o

  1. Open esp32 marauder folder from your downloaded source code then open assets.h file with your note pad or note++ , if you dont know go to marauder tutorial

assets

  1. On assets.h file go to line 210 and delete from Oxff to line 1059 0xD9 the ouput should look like this

de

  1. Paste your output from converted jpeg to hex on (#2 instruction) to static const uint8_t MarauderTitle[] PROGMEM = {PASTE HEX HERE};

l

  1. Save then open esp32_marauder.ino then compile.

MODDING MARAUDER ICONS

In this example we are going to change attack icon

Note!!! we need Black Background icons

  1. First we need to download or make ICONS, THE SIZE IS 22px * 22px and format is BMP
  • you can use image file and convert it in 3d paint and Saveas BMP

  • cc

  • example image

  • image

  1. Go to this site to convert Here convert and download.
  • convert
  1. Right Click Open the file that you downloaded using Note++
  • note
  1. Copy the converted code like in the picture -copy

  2. Open assets.h on Esp32_Marauder source code that you downloaded and Paste. ESP_32 MARAUDER Here if you did not dowload yet

  • paste
  1. Save and open esp32_marauder.ino and upload.

DONATION

If you like you can donate to MY PAYPAL ACCOUNT :

PAYPAL or GCASH

About

This is a tutorial on how you mod esp32 marauder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published