Porting the #PineTime Fallen Lorry to #BL602 😂 ... Forgot the Lorry Joke 🤔
https://gitlab.com/lupyuen/pinetime_lvgl_mynewt/-/tree/master/src/pinetime
#BL602 Makefiles look complicated ... Let's add #LVGL here for now
https://github.com/lupyuen/bl_iot_sdk/blob/st7789/make_scripts_riscv/component_wrapper.mk#L42-L51
#LVGL builds OK on #BL602 with #ST7789 Display yay! Let's test LVGL on BL602...
https://github.com/lupyuen/bl_iot_sdk/tree/st7789/customer_app/sdk_app_st7789/sdk_app_st7789
How I Build, Flash and Run #BL602 Firmware on macOS ... Yep I need to flip the #PineCone Jumper every time I do this 🤔
https://github.com/lupyuen/bl_iot_sdk/blob/st7789/customer_app/sdk_app_st7789/run.sh
Yep #LVGL runs on #BL602 ... But it hangs when rendering to #ST7789 ... Let's find out why 🤔
https://github.com/lupyuen/bl_iot_sdk/blob/st7789/customer_app/sdk_app_st7789/sdk_app_st7789/lvgl.c
Yep #PineCone #BL602 @ThePine64 runs on Batteries ... Should use this to measure Power Consumption 🤔
https://github.com/lupyuen/bl_iot_sdk/tree/st7789/customer_app/sdk_app_st7789
Any #BL602 Pin may be configured for PWM ... Very useful for dimming the ST7789 Backlight
@lupyuen You're a day late! Someone did a Flash and Run at the Superbowl yesterday! 🏈 🏃♂️
@dv8 😂
#ST7789 Code for #PineTime ... Tempted to copy and paste this for #BL602 🤔
https://github.com/lupyuen/pinetime-rust-mynewt/blob/master/libs/pinetime_boot/src/display.c#L205-L269