Skip to content

Commit 17028ee

Browse files
committed
Update led-matrix.md
1 parent de84076 commit 17028ee

File tree

1 file changed

+0
-9
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix

1 file changed

+0
-9
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix/led-matrix.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ To write more advanced sketches on your own, you may use the full API of the lib
392392
`public void` [`loadSequence`](#)`(const uint32_t frames[][4])`| Loads an animation sequence into the buffer but does not display it.
393393
`public void` [`play`](#)`(bool loop = false)` | Start playing the sequence of frames, with the option to loop indefinitely or play once.
394394
`public bool` [`sequenceDone`](#)`()` | checks if the sequence has finished playing.
395-
`public void` [`loadPixels`](#)`(uint8_t *arr, size_t size)` | Loads the pixels into the buffer but does not display them.
396395

397396
## Members
398397

@@ -447,11 +446,3 @@ Check for if the sequence is finished playing or if the frame should be advanced
447446
**Returns**
448447
false if the sequence is not finished, true if it is.
449448

450-
**public void loadPixels(uint8_t arr, size_t size)**
451-
452-
Loads the pixels into the frame but does not load them.
453-
454-
**Parameters**
455-
* `arr` Pointer to an array that holds the frame
456-
457-
* `size` the amount of pixels in your frame.

0 commit comments

Comments
 (0)