beepy icon indicating copy to clipboard operation
beepy copied to clipboard

Beepy

Results 19 beepy issues
Sort by recently updated
recently updated
newest added

x@albiorix  ~/tmp  sudo ./beepberry-setup.sh Enabling I2C, SPI, and Console Auto login... Updating and installing dependencies... Reading package lists... Done Building dependency tree... Done Reading state information... Done E:...

New beepberry but despite setting up correctly, the screen only displays static.

I was able to get LGVL working on the beepberry, but I had to apply the attached patch to the Sharp display kernel module. https://lvgl.io/ # LGVL Demo's stitched together...

i made some scripts which remove shutdown messages, the motd messages and the cursor blink. this is useful on a small screen and aesthetically i think it's pretty nice. ```...

keyboard-setup is apparently required in order for at least alt and altGrave key modifiers to work. fixes: #27

steps to reproduce: - run, through entire quick start - restart, hit leftAlt+u and see an underscore '_' in the terminal - run, optimize_boot - restart, hit leftAlt+u and see...

I wanted to blank the screen and disable the keyboard so that I could put it in my pocket. The following script is an example. I just put it in...

please add lora or cc1101 to motherboard and power, a lot of power

Remove this logic. It fills up dmesg with unnecessary logs. https://github.com/sqfmi/Sharp-Memory-LCD-Kernel-Driver/blob/56fc25d3cc0d8d32065b6e54f3901378a1b83dea/sharp.c#L215 ``` int fpsThreadFunction(void* v) { while (!kthread_should_stop()) { msleep(5000); printk(KERN_DEBUG "FPS sharp : %d\n", fpsCounter); fpsCounter = 0; }...