Sub Raizada
Sub Raizada
Hi, Thanks for making CRT, it is awesome! Konsole allows one to configure the behaviour of the terminal bell (show menu bar with ctrl-shift-m, then settings => configure notifications). Aside...
Video sync mode is fully implemented in the library. We need a program that captures the screen, converts it to colors for the 48-LED ring, and uses the library to...
Hi, Some launchers (ZimLx for example) allow overriding the icon of a specific app to another icon in the icon pack. If Frost included a 'blank' icon, it would allow...
The current mDNS example, which uses only `MDNS.begin()`, did not work at all for me. I looked at the ESP8266 mDNS examples (https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266mDNS) and they all have `MDNS.update()` in the...
Adds a timer to automatically shut off the sound after some time. Fixes issue #4. (this PR has a line of code that was missing from the previous one)