Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adafruit/RGB-matrix-Panel
/ functions
Functions
17 in github.com/adafruit/RGB-matrix-Panel
⨍
Functions
17
◇
Types & classes
1
↓ 3 callers
Method
updateDisplay
RGBmatrixPanel.cpp:824
Function
Adafruit_GFX
RGBmatrixPanel.cpp:198
Method
Color333
Promote 3/3/3 RGB to Adafruit_GFX 5/6/5
RGBmatrixPanel.cpp:481
Method
Color444
Promote 4/4/4 RGB to Adafruit_GFX 5/6/5
RGBmatrixPanel.cpp:488
Method
Color888
Demote 8/8/8 to Adafruit_GFX 5/6/5 If no gamma flag passed, assume linear color
RGBmatrixPanel.cpp:496
Method
ColorHSV
RGBmatrixPanel.cpp:514
Function
IRQ_HANDLER
RGBmatrixPanel.cpp:742
Function
ISR
RGBmatrixPanel.cpp:735
Method
RGBmatrixPanel
Constructor for 32x32 or 32x64 panel:
RGBmatrixPanel.cpp:211
Method
backBuffer
Return address of back buffer -- can then load/store data directly
RGBmatrixPanel.cpp:682
Method
begin
RGBmatrixPanel.cpp:243
Method
drawPixel
RGBmatrixPanel.cpp:584
Method
dumpMatrix
Dump display contents to the Serial Monitor, adding some formatting to simplify copy-and-paste of data as a PROGMEM-embedded image for another sketch.
RGBmatrixPanel.cpp:708
Method
fillScreen
RGBmatrixPanel.cpp:669
Function
main
extras/gamma.c:14
Function
main
extras/sine.c:9
Method
swapBuffers
For smooth animation -- drawing always takes place in the "back" buffer; this method pushes it to the "front" for display. Passing "true", the update
RGBmatrixPanel.cpp:690