polyfloyd

Results 10 issues of polyfloyd

The sysfs GPIO driver is deprecated.

enhancement

The HexWS2811 supports 16 bit colors via temporal dithering. Ledcat could support this by making the input format configurable.

enhancement

Hi, I'm using autorandr to switch between my laptop's builtin display with high DPI and external monitor with low DPI. To ensure that applications appear somewhat normal sized, I used...

Hey, I'm using go-langserver for local Go development and noticed that it opens a TCP server on port 6060: ``` $ netstat -tulpn Proto Recv-Q Send-Q Local Address Foreign Address...

# What does this implement/fix? This fixes the log messages below from repeatedly being written: ``` [00:23:57][E][esp32_ble_tracker:194]: Scan set param failed: 5 [00:23:57][D][esp32_ble_tracker:266]: Starting scan... [00:23:57][D][esp32_ble_tracker:186]: Stopping scan after failure......

integration: esp32_ble_tracker
small-pr

# What does this implement/fix? This MR adds support for the 2.90in-dke variant epaper display to the waveshare_epaper module. This display variant was used in the SHA2017 and HackerHotel2018 event...

integration: waveshare_epaper
has-tests

Trollibox should support loading and modifying stored playlists.

enhancement

# What does this implement/fix? The MPR121 touch controller also supports alternate modes of operation as GPIO controller on the upper 8 of its 12 input channels. This patch makes...

integration: mpr121
has-tests

This patch adds support for PG-standard threads used in electrical boxes. I based the specs on these images: ![pg-electrical-thread-80-degree](https://github.com/user-attachments/assets/62c1d4bd-3739-458e-9d9c-193fb889c63c) ![pg](https://github.com/user-attachments/assets/e216019a-5aa2-49d3-9ac5-9f43533f3efa) Tested with the internal thread of a PG16 socket as...