Wykres commitów

  • 9b9778cd6e
    Merge a288867b12 into 7e59515bf9 mcarlson 2024-04-01 13:19:46 +0200
  • a288867b12 Merge branch 'pio_timer' of https://github.com/mcarlson/pi_pico_neopixel into pio_timer blaz-r 2024-04-01 13:19:25 +0200
  • b02b657555 Remove unused imports blaz-r 2024-04-01 13:19:18 +0200
  • 4a895e2fd7
    Merge branch 'main' into pio_timer Blaž Rolih 2024-04-01 13:17:34 +0200
  • d281ce4f1a Optimize and add WS2821 support blaz-r 2024-04-01 13:16:48 +0200
  • 7e59515bf9
    Merge pull request #18 from mcarlson/fix_glitching main Blaž Rolih 2024-03-31 22:49:51 +0200
  • 15f27b80cc
    Merge branch 'main' into fix_glitching Blaž Rolih 2024-03-31 22:49:15 +0200
  • 70a84ba843
    Merge branch 'main' into pio_timer Blaž Rolih 2024-03-31 19:55:56 +0200
  • 7c97c8b15a
    Merge pull request #19 from mcarlson/Add-length,-getter-and-array-replacement-for-better-list/array-like-support Blaž Rolih 2024-03-31 19:52:38 +0200
  • 89b06f4383 Decouple color and pixel indexing blaz-r 2024-03-31 19:46:20 +0200
  • 8f158e6390
    Merge branch 'main' into Add-length,-getter-and-array-replacement-for-better-list/array-like-support Blaž Rolih 2024-03-31 19:15:27 +0200
  • 30f8314330
    Merge pull request #21 from blaz-r/improve_show Blaž Rolih 2024-03-31 19:00:51 +0200
  • 812de90e5e Remove references to delay as it's no longer needed Max Carlson 2024-02-08 17:58:02 +0200
  • 51f1f46230 Use a single array as a buffer, including header and trailer Max Carlson 2024-02-08 17:53:08 +0200
  • a145677e59 Add more comments and credits to the source Max Carlson 2024-02-07 16:47:32 +0200
  • 16026e5d88 Back out changes from https://github.com/blaz-r/pi_pico_neopixel/pull/19 Max Carlson 2024-02-07 16:15:35 +0200
  • 8c76ff6657 Replace PIO code with an inbuilt timer, based on https://learn.adafruit.com/intro-to-rp2040-pio-with-circuitpython/advanced-using-pio-to-drive-neopixels-in-the-background Max Carlson 2024-02-05 11:27:41 +0200
  • 9e956e518d Add array/list-like methods Max Carlson 2024-02-02 16:34:28 +0200
  • 093b30ea17 Update default delay to 300 microseconds per Adafruit Max Carlson 2024-02-02 15:58:53 +0200
  • aef5b0db81 Improve data transfer in show() improve_show blaz-r 2023-07-03 13:47:50 +0200
  • 8012e3b6a6
    Merge pull request #10 from Footleg/main Blaž Rolih 2023-01-22 16:53:20 +0100
  • d913fdf9a6 Implemented changes to getPixel from code review footleg 2022-12-28 21:16:10 +0000
  • 1c52ec7ffc
    Updated with latest changes to forked library Footleg 2022-11-07 17:39:49 +0000
  • a1f6e8987f
    Added get_pixelRGB method Footleg 2022-11-07 17:06:42 +0000
  • 3f50b85c5f
    Linked documentation in readme Blaž Rolih 2022-07-10 15:23:50 +0200
  • a36f379c3a Added docstrings to functions blaz-r 2022-07-10 15:15:18 +0200
  • c8e4c36649
    Merge pull request #6 from gsmith-to/to_upstream Blaž Rolih 2022-06-08 20:08:13 +0200
  • 80ee99748f add examples/set_range.py Greg Smith 2022-06-07 19:56:08 -0400
  • 3e817f90c4 faster loop in "show" Greg Smith 2022-06-05 19:50:08 -0400
  • 7bc29398d2 faster generation of zero-arrays Greg Smith 2022-06-05 19:45:20 -0400
  • 4932d91202 hoist some invariants in set_pixel_line_gradient Greg Smith 2022-06-05 19:41:30 -0400
  • e4b2465eaf make set_pixel handle a slice; add __setitem__ method Greg Smith 2022-06-05 21:18:54 -0400
  • 2293525434 make "shift" a tuple Greg Smith 2022-06-05 19:17:00 -0400
  • 5a59a8f50b add __slots__ to Neopixel class (as comment!) Greg Smith 2022-06-05 19:11:34 -0400
  • 04d6a2e49c create data member W_in_mode Greg Smith 2022-06-05 19:06:09 -0400
  • a93b872f11 factor how_bright/255 Greg Smith 2022-06-05 19:03:34 -0400
  • 7dc24c256a default parm values for rotate_left/right; fix some "== None" Greg Smith 2022-06-05 18:59:34 -0400
  • f4396614c6
    Merge pull request #5 from Mathemmagician/feature/clear Blaž Rolih 2022-03-06 23:16:38 +0100
  • 9754b84d20 Adding clear function and removing delay from fill Mathemmagician 2022-03-06 16:48:23 -0500
  • cfc38951dc
    Merge pull request #3 from AndrewdAzotus/patch-1 Blaž Rolih 2021-12-28 00:55:59 +0100
  • a93a5532f0
    Update neopixel.py Andrew J. Davis 2021-12-26 18:09:47 -0400
  • 139529c148
    Updated readme, links now point to main branch Blaž Rolih 2021-09-29 23:19:12 +0200
  • f5c689afb9
    Merge pull request #2 from blaz-r/develop Blaž Rolih 2021-07-22 10:41:03 +0200
  • 5461dbac50 Updated readme develop blaz-r 2021-07-19 09:19:15 +0200
  • a542384d0a Updated readme blaz-r 2021-07-18 15:04:40 +0200
  • 14870677d4 Fixed function so the hue stays in 2^16 range blaz-r 2021-07-18 15:03:30 +0200
  • 05be57279b Added HSV example blaz-r 2021-07-18 14:56:04 +0200
  • 11eac97d4f Added support for HSV color blaz-r 2021-07-18 14:10:49 +0200
  • 77e21be074 fixed some mistakes in comments blaz-r 2021-04-12 16:41:24 +0200
  • cb63346324 updated readme for RGB/RGBW order blaz-r 2021-04-12 16:10:23 +0200
  • ef3af1a746 added support for all orders of RGB / RGBW blaz-r 2021-04-12 16:04:03 +0200
  • c6f9acbb5b updated readme blaz-r 2021-04-12 14:38:05 +0200
  • fc7406dfda added examples blaz-r 2021-04-12 14:25:05 +0200
  • 3b6bfaf8f8 added library code blaz-r 2021-04-12 14:24:35 +0200
  • ecbfdc71b8 added license blaz-r 2021-04-12 14:23:22 +0200
  • b9b28491c5 first commit blaz-r 2021-04-12 14:19:32 +0200