lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library
https://lvgl.io
492 stars 366 forks source link

micropython version of lv_demo_printer #97

Closed uraich closed 3 years ago

uraich commented 3 years ago

Added the MicroPython version of lv_demo_printer. You may re-name the folder lv_mpy_demo_printer if it does not fit the convention. This version was requested on the lvgl forum.

kisvegabor commented 3 years ago

Amazing! Thank you very much!

uraich commented 3 years ago

Hi Gabor, In fact I am in contact with Amir who made some proposals for improvement (e.g. dynamic font loading). I think we will also try to see if we can run the program on the simulator. I have the intention to also produce a version of the program that runs on the ILI9341, which means changing the icon sizes, the fonts ... It seems possible however. Therefore I will have to produce another pull request in a week or two from now. Sorry that I was a bit too fast in sending you this pull request.

kisvegabor commented 3 years ago

Therefore I will have to produce another pull request in a week or two from now. Sorry that I was a bit too fast in sending you this pull request.

Absolutely no problem! I believe if someone finds your code he will find a lot of useful ideas in it.

I'll monitor the Forum topic about font loading in Micropython.