Kevin Schlosser
Kevin Schlosser
checking links is not that hard to do and it is able to be done at the documentation generation level by doing a recursive check against the generated HTML output...
I am confused as to the purpose of this PR. The purpose of a user c module should be to keep the binding code self contained where modifications to the...
There is no PR in https://github.com/lvgl/lv_micropython that removes all of the code that has been added to the build system to compile LVGL into micropython. I am making an assumption...
I am trying to figure out how I would use this as a user_c_module. What to I point micropython to?
OK so say I clone this repo in my IDE's project folder. Then I clone micropython 1.23 into the binding cloned folder. To build it I would have to use...
no worries m8 I am actually in the same kind of a condition at my home. If you have the time and want to work on the REST end of...
well May i suggest something to you. This is a project I am involved in and I am thinking that you may be interested. http://www.eventghost.net This is an Open source...
awww that sucks. but can be a good thing too... We have really wanted to port this thing over to linux. I am not sure the extent of your linux/python...
I thought I had actually made a comment on this, maybe I didn't press the comment button. These functions should not even exist in LVGL. This is something that is...
It doesn't change the machine environment at all. it only changes the environment for the python process running the script. The changes do not persist after the process exits. You...