Another not so exciting #eReaderHat update but successfully converted pixel data from #MuPDF into a #LVGL format. The hard part is over :blobcatjustright:
#ereaderhat #MuPDF #LVGL #epaper #eink #electronics #hardware #opensourcehardware
Not the most exciting #eReaderHat update but got #LVGL ported. Now, if I could only get that screen rotated...
#ereaderhat #LVGL #epaper #eink
Here's how we created the #LVGL Feature Phone UI for #PinePhone @PINE64 on Apache #NuttX RTOS ... By tweaking and testing in a Web Browser!
To handle Mouse Input in #LVGL #WebAssembly: We capture Mouse Events in JavaScript and pass them to #ZigLang
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?12#appendix-handle-lvgl-input
Our #LVGL Input Driver in #ZigLang ... And how we worked around the Opaque Type
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?11#appendix-initialise-lvgl-input
Here's how we init #LVGL with #ZigLang, #WebAssembly and JavaScript
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?10#appendix-initialise-lvgl
JavaScript Render Loop for our #LVGL App in #WebAssembly
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?8#main-javascript-function
Our HTML and JavaScript for running #LVGL in #WebAssembly
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?8#appendix-html-for-lvgl
We might have a fun new way to build and test #LVGL Apps … First in the Web Browser, then on the Actual Device!
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?5#run-lvgl-app-on-pinephone
Compiling our #LVGL App in #ZigLang ... For #PinePhone and Apache #NuttX RTOS
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?5#run-lvgl-app-on-pinephone
#nuttx #LVGL #ziglang #pinephone
#LVGL in #ZigLang for Apache #NuttX RTOS ... Needs a Custom Logger and Panic Handler
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?4#lvgl-for-nuttx
When our #LVGL App is compiled for #WebAssembly ... #ZigLang Compiler imports these modules
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?4#lvgl-for-webassembly
Our #LVGL App will run in the Web Browser AND on #PinePhone! Thanks to some #ZigLang magic
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?4#works-on-webassembly-and-pinephone
Handling #LVGL Buttons in #ZigLang
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?3#handle-lvgl-buttons
Running #LVGL in the Web Browser with HTML, JavaScript and #WebAssembly Module
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?2#run-lvgl-app-in-web-browser
Here's how we compile our #LVGL App to #WebAssembly ... With #ZigLang Compiler
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?2#run-lvgl-app-in-web-browser
Creating an #LVGL Label in #ZigLang
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?1#display-label
Our #LVGL Buttons will wrap around in their LVGL Container with Flex Layout
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?1#container-style
How we create #LVGL Containers in #ZigLang
Article: https://lupyuen.codeberg.page/articles/lvgl4.html?1#label-and-button-containers