-
Notifications
You must be signed in to change notification settings - Fork 1
VI. Personalization
Thanks to a script created by Eggs and images made by Japanese blog "hebinotsubo" and Discord user jdewitz, we can change the screen that is displayed when first turning on your TrimUI with a handy-dandy script. By default, you would have to download the images all independently and then rename the script provided by eggs to match the image you want to set as your boot-logo. I streamlined the process and just made scripts for each image and put them in an archive here. If you want to create your own logo, the image file has to be in *.bmp
format and cannot exceed 512KB.
- Download the archive linked above and extract it to your SD card. You should have a folder titled "boot-logos".
- Eject your SD card and insert it into your TrimUI.
- Using either MinUI or GmenuNX, navigate to the "Commander" application and launch it.
- From within commander, navigate to wherever you extracted your "boot-logos" folder. Enter it.
- Based on which image you want to set as your boot logo, select the
.sh
file that matches it and then select "execute". This will apply the image and exit you back to your launcher without any indication it went through -- that's normal. - Reboot your system and enjoy your new logo!
If you'd like to create your own simple, text-based boot logo (or add text to one of the logos in this repo), but don't know how to use Photoshop or GIMP, here are instructions for doing so with online tools (and optionally one command-line tool, if you're into that).
You can use a simple, online tool to create a 320x240 PNG that you'll later convert to the right format for the bootlogo
- If you want a custom font, get it in .ttf form (I'm partial to Super Legend Boy - https://www.fontspace.com/super-legend-boy-font-f34010)
- Go to https://picfont.com/
- Under "Create a Picture", enter in 320 x 240, then click on the "Create a Picture" link
- Set up your background one of two ways
- Import an image using the upload button on the top bar (3rd icon on the top bar)
- Set the background color using the dripping-bucket button (4th icon on top bar)
- Upload custom font, if using it, with the "Custom Font" button on the sidebar
- Enter in your text (you can use the New button once you're done entering in one text block to enter in another)
- Place text by clicking+dragging or using arrow keys (You can also set text color, size, and even add text effects using the text-editing toolbar just above the main preview area, and the text-align buttons in the sidebar are also useful if you want your text centered)
- Hover over the download button (1st icon on the top bar), enter in filename (
customlogo
is what I used), and click on "PNG" to download your logo as png
You have two options here - the simplest, and quickest, option if you're running on a Linux or MacOS box with ImageMagick installed is to simply cd
into the directory where your custom logo PNG is and run this command (this assumes your input filename is customlogo.png
)
convert -define bmp:subtype=RGB565 customlogo.png customlogo.bmp
If you don't have ImageMagick installed on a *nix box and/or are uncomfy with the command line, you can also use an online converter, like so
- Open https://online-converting.com/image/convert2bmp/
- IMPORTANT - BEFORE you click on "Add image files", scroll down to the "Color" drop-down and select "16 (5:6:5, RGB Hi color)"
- Scroll back up, click on the "Add image files" button, and select the custom logo PNG you just created
- Once it's done converting, click on the download link under "Status"
- Rename your bootlogo BMP file to
customlogo.bmp
, if it's not already named as such - Grab customlogo.sh from this repo
- Copy both
customlogo.sh
andcustomlogo.bmp
onto your TrimUI SD card (anywhere works as long as they're together, I put mine in thebooot-logos
folder created by following the instructions at the top of this page) - Eject and remove the SD card from your computer, insert it into your TrimUI, and boot up
- Open file browser (on MinUI, Tools -> Commander) and navigate to where you saved the two
customlogo
files - Press A on
customlogo.sh
and then selectExecute
- Once you're kicked back to the home screen, reboot your device and enjoy your custom bootlogo!
Once again with the help from Hebinotsubo, the default stock UI can be skinned to have graphics based on your unit with either PowKiddy or TrimUI branding. These zips are available to be flashed as a normal OS update and should ONLY change the branding for the default theme and nothing else. Note that you MUST be on firmware version 0.105!
-
TrimuiUpdate_NoLogoSkinA66.zip
= Removes all branding from the stock UI -
TrimuiUpdate_PowKiddySkinA66.zip
= Changes all branding to PowKiddy -
TrimuiUpdate_TrimuiSkin.zip
= Changes all branding to Trimui