Support for 1.8" ST7735
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:
- Is there a way to select the correct profile for the 1.8" ST7735 when flashing via the web flasher?
- If I need to rebuild the firmware, which code/file should I edit to make the UI scale properly to 128x160?
Thanks a lot 🙏
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.
akabınde nasıl bır yol ızleyıp yukleme yapmalıyım
@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
any suggestion which part file should be changed to make it centered??
Thanks