Porting the #NuttX Sensor Test from C to #ZigLang 😬
https://github.com/lupyuen/visual-zig-nuttx#sensor-test-app-in-c
#ZigLang Compiler can Auto-Translate our #LVGL App from C to Zig ... Super helpful when coding our Zig App
https://lupyuen.github.io/articles/lvgl?15#appendix-auto-translate-lvgl-app-to-zig
"The Book of Joy: Lasting Happiness in a Changing World" (Dalai Lama / Desmond Tutu / Douglas Abrams)
Main Function of our #LVGL App in #ZigLang
https://lupyuen.github.io/articles/lvgl?12#appendix-main-function
Opaque Types in #ZigLang ... How we discover them
https://lupyuen.github.io/articles/lvgl?16#appendix-zig-opaque-types
#ZigLang won't import C Structs with Bit Fields (yet) ... So we did a workaround for #LVGL
https://lupyuen.github.io/articles/lvgl?11#zig-vs-bit-fields
#LVGL is an Object-Oriented API ... Wrapping it with #ZigLang might get challenging
https://lupyuen.github.io/articles/lvgl?20#object-oriented-wrapper-for-lvgl
Can we Auto-Generate the #ZigLang Wrapper for #LVGL? Zig Compiler's Type Info JSON might help
https://lupyuen.github.io/articles/lvgl?19#appendix-auto-generate-zig-wrapper
Importing #LVGL Functions ... From C into #ZigLang
https://lupyuen.github.io/articles/lvgl?5#import-c-functions
How we catch Null Pointers returned by C to #ZigLang
https://lupyuen.github.io/articles/lvgl?4#zig-checks-null-pointers
IoT Techie and Educator / Apache NuttX PMC