57Bravo
57Bravo
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...
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; }...
Since there's no backlighting on the SHARP display, why enable the keyboard backlighting? It's not like you can use the device in the dark. I think you should comment that...
I loved my pebble's ability to tether to my android phone. It would be awesome to do something similar with watchy and beepberry.