Replies: 4 comments 4 replies
-
I backported to egui 0.25.0 and epi 0.15.0 and the issue remains |
Beta Was this translation helpful? Give feedback.
-
I rechecked everything too many times, this must be an issue with egui... |
Beta Was this translation helpful? Give feedback.
-
I find this interesting and a sympa llm perhaps offered me an explanation, even if I did not manage to compiled the program and I do not have an e-reader, I can suggest this to be taken with a grain of salt: According to the
However, starting with Rust 1.28, it is recommended to use
This approach is cleaner and safer because it ensures that structures are correctly initialized with zeros, without having to worry about the size or alignment of the structures. If you are using a recent version of Rust (1.28 or higher), it is recommended to use |
Beta Was this translation helpful? Give feedback.
-
Another issue i have: |
Beta Was this translation helpful? Give feedback.
-
Hello
I'm trying to port egui to eink devices using FBInk as the backend. Based on this I was able to achieve some good results:
The issue I was having was the small UI size as you can see. I decided to update egui from 13.1 to 27.2 and now text sizes are not calculated:
The code is here, the logs are from here and calling of next egui frames is here. The example app is here but it shouldn't matter.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions