jon4hz / fztea

🐬🧋 Remote control your flipper from the local terminal or over SSH
MIT License
318 stars 11 forks source link

How to change screen Res #58

Open rebuzzo opened 1 month ago

rebuzzo commented 1 month ago

Is it possible to adapt fztea to 720x720px diplay?

jon4hz commented 3 weeks ago

I'm afraid that changing the resolution of fztea isn't that easy. It requires a grid of at least 128x32 cells to draw the TUI and since you can't paint fractions of terminal cells (at least not with a text based method), you can't really adapt the TUI to a screen resolution.

To be honest, I never used fztea on a screen smaller than 1920x1080p. Is the TUI to big for 720x720p display?