firmware icon indicating copy to clipboard operation
firmware copied to clipboard

Support for 1.8" ST7735

Open Hiei93 opened this issue 3 months ago • 3 comments

Hello Bruce devs 👋

I’m currently using Bruce firmware for the Marauder Mini and flashing it through the Bruce web flasher.
My display is a 1.8" TFT (ST7735, 128x160).

After flashing, the firmware runs and shows the UI, but the interface looks too small.
I think this happens because the web build defaults to a 1.4" display profile, so the layout does not match the 1.8" screen.

My questions are:

  1. Is there a way to select the correct profile for the 1.8" ST7735 when flashing via the web flasher?
  2. If I need to rebuild the firmware, which code/file should I edit to make the UI scale properly to 128x160?

Thanks a lot 🙏

Hiei93 avatar Sep 03 '25 19:09 Hiei93

https://github.com/pr3y/Bruce/blob/main/boards%2Fmarauder-mini%2Fmarauder-mini.ini#L27

Change the Height value to 160 (height and width are usually swapped)

You will need to build it yourself, there are no option for it on the flasher.

bmorcelli avatar Sep 03 '25 21:09 bmorcelli

akabınde nasıl bır yol ızleyıp yukleme yapmalıyım

vuralenes avatar Oct 11 '25 19:10 vuralenes

@bmorcelli .. on DIY maraude4 mini using esp32 devkit 1 , I change TFT ST7735 from 128 x 128 to 128 x160... on maraude4 .ini I've changed the TFT Height.. The issue with GIF icon not centered

Image Image

any suggestion which part file should be changed to make it centered??

Thanks

igniskarya avatar Oct 19 '25 08:10 igniskarya