xs5871
d15569611e
Port RGB extension from timer to periodic task
2023-04-01 00:12:49 +00:00
regicidal.plutophage
bc5fb9dc9e
Fix OLED ImageEntry
...
Fixed a silly oversight that was preventing image entries from working
2023-03-26 22:28:35 +00:00
regicidal.plutophage
f532a57e9a
New OLED extension ( #742 )
...
* Adding a new OLED extension and updated kyria code to use it.
* Fixed some basic errors and improved performance of extension.
* Add support for changing LED brightness.
* Add support for changing OLED brightness.
* Update oled.py
* Small bugfix
* Take busio.I2C object as Oled parameter
* Add a missing statement into deinit
* Optionally initialize I2C inside the extension
* Implement suggested changes
---------
Co-authored-by: Jan Lindblom <janlindblom@fastmail.fm>
2023-03-24 22:22:41 +00:00
xs5871
adff02e88a
Add deinit method to modules and extensions
2023-03-10 19:17:09 +00:00
xs5871
55b3a3a9b1
Move neopixel initialization into during_bootup
2023-03-10 19:16:44 +00:00
xs5871
4d52afa086
Remove erroneous argument from hsv_to_rgbw
conversion function
2023-01-26 18:57:08 -08:00
Kryomatix
dd61c3705b
fix: LED static mode toggling ( #673 )
...
* Fix bug with static mode toggling
Previously, animation mode was set to none, which prevented the leds from being toggled. Now uses STATIC_STANDBY
* fix formatting
2023-01-11 21:49:51 +00:00
regicidal.plutophage
b109cc2c4a
Update peg_oled_display.py
2023-01-08 20:58:43 +00:00
xs5871
63fd4d9574
add debug info for pixelbuffer to RGB extension
2022-09-22 08:22:22 -07:00
xs5871
85b5aba679
make rgb.val_limit apply globally
2022-09-16 17:59:38 -07:00
Kyle Brown
a21bf761ba
Update peg_rgb_matrix.py
...
Actually fix formatting
2022-09-15 20:24:45 -07:00
Kyle Brown
01cd9d4a7c
Apply suggestions from code review
...
Fix formatting
2022-09-15 20:24:45 -07:00
Jan Lindblom
352bf25c0d
Decrease RGB brightness when in powersave. Also add more colours.
2022-09-15 20:24:45 -07:00
Jan Lindblom
9c85ea9b6b
Performance improvements.
2022-09-15 20:24:45 -07:00
Jan Lindblom
5f09ba7c0a
Add support for changing LED brightness.
2022-09-15 20:24:45 -07:00
Hendrix
34f4264362
Add code review suggestions
2022-08-10 17:12:12 +00:00
Matthew Hendrix
9c7b14e865
Update code to be less fragile
2022-08-10 17:12:12 +00:00
Matthew Hendrix
7f1e7a2708
Remove callback, update docs
2022-08-10 17:12:12 +00:00
Hendrix
ad3c261c1a
fix formatting issue
2022-08-10 17:12:12 +00:00
Hendrix
0b23da551a
Add callback to lock status
2022-08-10 17:12:12 +00:00
xs5871
f46e3d59e6
add brightness consumer keys
2022-07-14 16:46:21 -07:00
nogg3r5
aa327e4557
Typo in variable name
2022-06-28 08:14:27 -07:00
nogg3r5
37e67c7c44
Update led.py
...
This line also ends changing, otherwise the variable brightness is never used
2022-06-28 08:14:27 -07:00
nogg3r5
1f8d66ce8c
Updating correct line
2022-06-28 08:14:27 -07:00
nogg3r5
333913a924
Update led.py
...
Reducingdefault brightness to 50%
2022-06-28 08:14:27 -07:00
nogg3r5
15c5e4415e
Set brightness to 100 when the board powers on
...
There didn't seem to be a way to do this, unless I missed something somewhere?
2022-06-28 08:14:27 -07:00
crazyiop
ffcfc9835d
update format to fstring
2022-06-12 09:31:15 +00:00
Kyle Brown
91f494846a
Revert "[rgb] fix set_rgb_fill method"
...
This reverts commit 90c4ce99f3
.
2022-06-09 11:26:53 +00:00
jonathan nifenecker
90c4ce99f3
[rgb] fix set_rgb_fill method
...
The code was wrongly iterating the neopixel, running `fill()` on every
individual pixels.
2022-06-08 08:47:02 -07:00
xs5871
d6659cd1a3
fix dangling reference issue
2022-06-03 08:46:43 -07:00
Cole Smith
ff3f7234d4
formatting
2022-05-28 12:05:36 -07:00
Cole Smith
b91974bce2
rgb matrix now can work out what side its on using the drive name
2022-05-28 12:05:36 -07:00
Cole Smith
42221f4a28
removed gc calls
2022-05-21 19:36:26 -07:00
Cole Smith
eb23ed0020
added peg rgb_
...
matrix code and docs
2022-05-21 19:36:26 -07:00
Cole Smith
2de044469f
missed text render call in boot up after refactor
2022-05-12 21:56:01 +00:00
Cole Smith
9b34fcd7ef
formatting
2022-05-12 21:56:01 +00:00
Cole Smith
6970a6c786
oled data is now a class
2022-05-12 21:56:01 +00:00
Cole Smith
7e760a2917
made changes from klardotsh's review
2022-05-12 21:56:01 +00:00
Cole Smith
ad43377a5e
why does it fix other things but not quotes
2022-05-12 21:56:01 +00:00
Cole Smith
44d27ef09a
black my bad
2022-05-12 21:56:01 +00:00
Cole Smith
caab7a4a15
added oleds and docs
2022-05-12 21:56:01 +00:00
John Morrison
c183bebb58
Conform class name case conventions
2022-05-08 20:10:41 +00:00
John Morrison
bea0f6d75b
Requested rename
2022-05-08 20:10:41 +00:00
John Morrison
12e7a1b42c
Class should be capital, use get rather than exception
2022-05-08 20:10:41 +00:00
John Morrison
73e95bfdde
Change to be an extension
2022-05-08 20:10:41 +00:00
xs5871
c7eaeaf90c
implement multiple pixelbuffer in rgb extension
2022-04-24 10:20:22 -07:00
xs5871
d4e72b98c9
remove dependency on neopixel lib for custom pixelbuffers
2022-03-24 17:56:59 -07:00
xs5871
ea19f5bb30
convert hsv_to_rgb to faster 16bit fixed point
2022-03-24 17:56:59 -07:00
xs5871
24d0587ac6
code deduplication: use utils.clamp
2022-03-24 17:56:59 -07:00
xs5871
de1d602b25
fix tick overflow and implement periodic timer class.
2022-03-06 00:02:17 -08:00