57Bravo

Results 19 comments of 57Bravo

Coarse prints: [20230605_beeper_bumper.webm](https://github.com/sqfmi/beepberry-hardware/assets/17078019/180f68d4-6396-41d9-a3d5-4afc68dc6890)

Like this? It looks like a camera could be added by extending the rear 10mm-ish in depth. [rear_case_camera_mod.webm](https://github.com/sqfmi/beepberry-hardware/assets/17078019/b4d96ceb-948e-47cf-b61b-af2b46cb9dd2)

It just uses the main branch. No patches etc. https://github.com/lvgl/lvgl I'm not sure I could measure the live FPS, but subjectively, the updating is much more fluid on the live...

Sure. I'll post the configs this weekend when I have access to the machine with the code on it.

``` diff --git a/lv_drv_conf.h b/lv_drv_conf.h index d40e703..db041b9 100644 --- a/lv_drv_conf.h +++ b/lv_drv_conf.h @@ -320,7 +320,7 @@ #endif #if USE_FBDEV -# define FBDEV_PATH "/dev/fb0" +# define FBDEV_PATH "/dev/fb1" #endif /*----------------------------------------- @@...

``` diff --git a/lv_conf.h b/lv_conf.h index 3137b1a..60dbd74 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -29,8 +29,19 @@ extern uint32_t custom_tick_get(void); COLOR SETTINGS *====================*/ +#define LV_USE_THEME_MONO 1 +#define LV_THEME_DEFAULT_INCLUDE /*Include a header...

@xueliu - no, you have to use that sharp patch at the top of this thread. I'll tar my targets src files tonight and post them. I had to modify...

@xueliu - Here's the target src directories tar'd up. I didn't clean the builds, so you should clean/rebuild them first. That "main.c" file in LVGL tar has all of the...

This line from the "optimize script" seems to break the ability to use the ALT key: https://github.com/beeper/beepberry/blob/6f5fbbbee8f2d785092dc2861c418d496b4a4025/raspberrypi/optimize_boot.sh#L25