-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some visual UI tweaks for ESP32-8048S043C #57
Some visual UI tweaks for ESP32-8048S043C #57
Conversation
Just FYI... in the gcode listing the CPU load easily goes to 100% easily and the frame rate drops to 5 fps. But I understand that this is normal due to the limitations of the ESP32 and the higher screen resolution. |
I think this still looks a little small. Will do some suggested changes in a second. The dropdown in settings looks broken. I've noticed this on my 3.5 inch model but never fixed it. Will do so now
Yeah, 800x480 is an insane amount of pixels to render for an esp. On the 3.5 inch display (480*320) i get 5fps when i don't push the display clock to the max |
Probably min button size can be greater too, but I prefer to wait because Im sure that @suchmememanyskill will add more and more option every day hehehe Another time thanks for this great project. |
@themacboy Could you rebase or merge the latest changes into your 4.3inch branch? This should fix the dropdown being so cramped. After that, could you give the following configuration a try?
Also i wonder if the font should go from 22 to 24, to my eye it looks a little smaller than i expect. Edit: checked it against my 3.5 inch version and based on the esp chip size itself it looks about the same. Probably a fine font size |
Yes It was done before the PR. No? Sorry Im not really skilled with git process
Sure !!! I go |
No, i did that after the PR when i saw your screenshots https://github.com/themacboy/CYD-Klipper/tree/4.3inch |
I checked that the expensive CPU usage is due to the horizontal scrolling of the file with a large filename This would probably be solved by using multiple lines for the long name. I have seen that the vertical displacement supports the displacement much better than when it is done horizontal linea linea |
Oh sorry hahaha now I understand you hehehe thx |
It's not the whole story. The screen will still heavily lag when scrolling the screen. |
Really looks better ! ;) |
CHANGES:
· Increased font size and small font size to 22 and 14 respectivelly.
· Increased side bar to 80px
Examples view: