@kisvegabor how is the deployment on Linux managed?
I recommend looking into AppImage to make it as easy as possible for users to use it (just download and run on any Linux distro).
Great job!
When will it be possible to connect custom fonts with different national characters? For example, in the current version, the text of labels in Russian is not displayed.
That’s great!
When will it can be change screen size more than 480*320,and i think IMGBUTTON should have a default image,but not only display “No data”
On ubuntu It loads fine but the Screens just show a grey checkerboard and no content is rendered on the screens (everything else looks OK.). There are no errors displayed in the console.
I also tried Centos 7 (I dont want to run here but just as an experiment) but it does not load at all
./Edgeline.x86_64
Set current directory to /home/colinm/lvgl/EdgeLine_v0_3_linux
Found path: /home/colinm/lvgl/EdgeLine_v0_3_linux/Edgeline.x86_64
Loading in SingleInstance mode
No GUI appears
On Windows it runs fine but I would like to run on Ubuntu. Is there some debug I can turn on to get more info on what may be wrong ? Any dependences I need?
Thanks
Colin
Update : Just incase anyone else has this issue. The server seems to be looking for libffi.so.6 which I did not have. I did however have libffi.so.7, i created a link from libffi.so.6 to ilibffi.so.7 and it is now working. there may be a better solution but this has go me working.