Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/8none1/zengge_lednetwf
/ functions
Functions
24 in github.com/8none1/zengge_lednetwf
⨍
Functions
24
◇
Types & classes
0
↓ 6 callers
Function
prepare_packet
(packet)
ledwf_controller.py:115
↓ 3 callers
Function
get_counter
()
ledwf_controller.py:110
↓ 1 callers
Function
encrypt1
(incoming_array, rand_num, thing1, thing2)
encoder.py:33
↓ 1 callers
Function
encrypt2
(incoming_array, startpos, length)
encoder.py:38
↓ 1 callers
Function
get_packet_counter
()
encoder.py:28
↓ 1 callers
Function
logger
(message)
ledwf_controller.py:107
↓ 1 callers
Function
main
(address)
service_discovery.py:25
↓ 1 callers
Function
reversal
(incoming_array)
encoder.py:57
↓ 1 callers
Function
rgb_to_hsv
(r,g,b)
ledwf_controller.py:162
↓ 1 callers
Function
send_get_strip_settings_packet
(peripheral)
ledwf_controller.py:135
↓ 1 callers
Function
send_initial_packet
(peripheral)
ledwf_controller.py:128
↓ 1 callers
Function
set_power
(peripheral, power)
ledwf_controller.py:177
↓ 1 callers
Function
to_crc
(incoming_array)
encoder.py:48
Function
build_smear_packet
Builds an empty smear packet. Still needs to be filled with the colour data and mode/speed/brightness
ledwf_controller.py:184
Function
connect_to_device
(mac_addr)
ledwf_controller.py:235
Function
encoder
( p0, p1, p2, incoming_array)
encoder.py:71
Function
find_devices
()
ledwf_controller.py:249
Function
response_decode
(response)
ledwf_controller.py:267
Function
send_initial_packet2
(peripheral)
ledwf_controller.py:142
Function
send_prepared_packet
(peripheral, packet)
ledwf_controller.py:125
Function
set_mode
Modes are numbered 1 to 113.
ledwf_controller.py:224
Function
set_rgb
(peripheral, r, g, b)
ledwf_controller.py:168
Function
set_white
Set colour temperature (0-100% warm to cool) and brightness (0-100%)
ledwf_controller.py:149
Function
test_smear_pattern
Pass in a built packet, and we will add a colour gradient and make is spin medium speed
ledwf_controller.py:200