Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MajicDesigns/MD_MAX72XX
/ functions
Functions
287 in github.com/MajicDesigns/MD_MAX72XX
⨍
Functions
287
◇
Types & classes
10
Method
clear
src/MD_MAX72xx_buf.cpp:34
Method
clear
-------------------------------------------------------------- \name Methods for graphics and bitmap related abstraction. * @{ */ * Clear all th
src/MD_MAX72xx.h:633
Function
closeDesyncedTip
()
docs/jquery.js:22
Function
closeTooltip
(disableDelay)
docs/jquery.js:22
Function
codefold_toggle
(id)
docs/dynsections.js:144
Function
codefold_toggle_all
(relPath)
docs/dynsections.js:130
Function
collapseExpand
()
docs/resize.js:110
Function
computePlacementCoords
(element,placement,tipWidth,tipHeight,offset)
docs/jquery.js:22
Method
control
* Set the control status of the specified parameter for all devices. * * Invokes the control function for each device in turn. as this is a wrap
src/MD_MAX72xx.h:544
Method
controlHardware
src/MD_MAX72xx.cpp:170
Method
controlLibrary
src/MD_MAX72xx.cpp:214
Method
copyC
src/MD_MAX72xx_buf.cpp:70
Method
copyColumn
src/MD_MAX72xx_buf.cpp:58
Method
copyR
src/MD_MAX72xx_buf.cpp:100
Method
copyRow
src/MD_MAX72xx_buf.cpp:64
Method
drawEyeball
examples/MD_MAX72xx_Eyes/MD_EyePair.cpp:87
Method
drawEyes
examples/MD_MAX72xx_RobotEyes/MD_RobotEyes.cpp:34
Method
drawPupil
examples/MD_MAX72xx_Eyes/MD_EyePair.cpp:155
Method
dumpSequence
examples/MD_MAX72xx_RobotEyes/MD_RobotEyes.cpp:53
Method
flushBuffer
src/MD_MAX72xx.cpp:301
Method
flushBufferAll
src/MD_MAX72xx.cpp:271
Method
getBuffer
src/MD_MAX72xx_pix.cpp:50
Method
getC
src/MD_MAX72xx_buf.cpp:133
Method
getColumn
src/MD_MAX72xx_buf.cpp:121
Method
getColumn
* Get the LEDS status for the specified column. * * This method operates on a specific buffer * * This method operates on one column, gett
src/MD_MAX72xx.h:672
Method
getColumnCount
* Gets the maximum number of columns for devices attached to this class instance. * * \return uint16_t representing the number of columns. */
src/MD_MAX72xx.h:572
Method
getDeviceCount
* Gets the number of devices attached to this class instance. * * \return uint8_t representing the number of devices attached to this object.
src/MD_MAX72xx.h:565
Method
getFontCharOffset
src/MD_MAX72xx_font.cpp:132
Method
getFontHeight
* Get height of a character for the font. * * Returns the number of rows specified as the height of a character in the * currently selected fon
src/MD_MAX72xx.h:1000
Method
getFontWidth
src/MD_MAX72xx_font.cpp:101
Method
getMaxFontWidth
* Get the maximum width character for the font. * * Returns the number of columns for the widest character in the currently * selected font tabl
src/MD_MAX72xx.h:987
Method
getPoint
src/MD_MAX72xx_pix.cpp:78
Method
getR
src/MD_MAX72xx_buf.cpp:162
Function
initMenu
(relPath,searchEnabled,serverSide,searchPage,search)
docs/menu.js:25
Function
initNavTree
(toroot,relpath)
docs/navtree.js:490
Function
init_codefold
(relPath)
docs/dynsections.js:148
Function
init_search
()
docs/search/search.js:810
Method
loadEye
examples/MD_MAX72xx_RobotEyes/MD_RobotEyes.cpp:23
Method
loadFontInfo
src/MD_MAX72xx_font.cpp:52
Method
loadFrame
examples/MD_MAX72xx_RobotEyes/MD_RobotEyes.cpp:92
Method
loadSequence
examples/MD_MAX72xx_RobotEyes/MD_RobotEyes.cpp:69
Function
main
Font Builder/src/font2txt/font2txt.c:257
Function
main
Font Builder/src/txt2font/txt2font.c:352
Function
me
()
docs/jquery.js:2
Function
ne
(e,t)
docs/jquery.js:2
Function
normaliseBuffers
Font Builder/src/font2txt/font2txt.c:107
Function
oe
()
docs/jquery.js:2
Method
posIsAdjacent
examples/MD_MAX72xx_Eyes/MD_EyePair.cpp:183
Function
qe
(e)
docs/jquery.js:2
Function
repositionTooltip
()
docs/jquery.js:22
Method
runAnimation
examples/MD_MAX72xx_RobotEyes/MD_RobotEyes.cpp:179
Method
seedOut
examples/MD_MAX72xx_Eyes/MD_EyePair.cpp:68
Method
setAnimation
* Set the animation type and parameters. * * Set the next animations to the specified. Additionally, set whether the animation should * auto rev
examples/MD_MAX72xx_RobotEyes/MD_RobotEyes.h:103
Method
setAutoBlink
* Set or reset auto blink mode. * * When no animation is running and AutoBlink is set, the eyes will occasionally blink. * * \param b set aut
examples/MD_MAX72xx_RobotEyes/MD_RobotEyes.h:122
Method
setBlinkTime
* Set the blink time. * * When no animation is running and AutoBlink is set, the eyes will occasionally blink. * Set the minimum time period bet
examples/MD_MAX72xx_RobotEyes/MD_RobotEyes.h:113
Method
setBuffer
src/MD_MAX72xx_pix.cpp:61
Method
setC
src/MD_MAX72xx_buf.cpp:193
Method
setChar
src/MD_MAX72xx_font.cpp:193
Method
setColumn
* Set all LEDs in a specific column to a new state. * * This method operates on one column, setting the value of the LEDs in * the column to
src/MD_MAX72xx.h:717
Method
setFontInfoDefault
src/MD_MAX72xx_font.cpp:41
Method
setModuleParameters
src/MD_MAX72xx.cpp:67
Method
setModuleType
* Set the type of hardware module being used. * * This method changes the type of module being used in the application * during at run time.
src/MD_MAX72xx.h:582
Method
setPoint
src/MD_MAX72xx_pix.cpp:97
Method
setR
src/MD_MAX72xx_buf.cpp:218
Method
setRow
src/MD_MAX72xx_buf.cpp:187
Method
setRow
* Set all LEDs in a row to a new state on all devices. * * This method operates on all devices, setting the value of the LEDs in * the row to
src/MD_MAX72xx.h:747
Method
setShiftDataInCallback
* Set the Shift Data In callback function. * * The callback function is called from the library when a transform shift left * or shift right
src/MD_MAX72xx.h:602
Method
setShiftDataOutCallback
* Set the Shift Data Out callback function. * * The callback function is called from the library when a transform shift left * or shift right
src/MD_MAX72xx.h:622
Method
setText
* Display a text message. * * At the end of the current animation, the text will be scrolled across the 'eyes' * and then the eyes are returned
examples/MD_MAX72xx_RobotEyes/MD_RobotEyes.h:133
Method
showText
examples/MD_MAX72xx_RobotEyes/MD_RobotEyes.cpp:98
Method
spiClearBuffer
src/MD_MAX72xx.cpp:328
Method
spiSend
src/MD_MAX72xx.cpp:334
Function
toggleFolder
(id)
docs/dynsections.js:75
Function
toggleInherit
(id)
docs/dynsections.js:110
Function
toggleLevel
(level)
docs/dynsections.js:54
Function
toggleVisibility
(linkObj)
docs/dynsections.js:25
Function
trackResize
()
docs/jquery.js:22
Function
trackScroll
()
docs/jquery.js:22
Method
transform
src/MD_MAX72xx_buf.cpp:237
Method
transform
* Apply a transformation to the data in all the devices. * * The buffers for all devices can be transformed using one of the enumerated * tra
src/MD_MAX72xx.h:776
Method
transformBuffer
src/MD_MAX72xx_buf.cpp:250
Method
update
* Turn auto display updates on or off. * * Turn auto updates on and off, as required. When auto updates are turned OFF the * display will not
src/MD_MAX72xx.h:804
Method
wraparound
* Turn display wraparound on or off. * * When shifting left or right, up or down, the outermost edge is normally lost and a blank * row or co
src/MD_MAX72xx.h:826
Function
xt
(e)
docs/jquery.js:2
Method
~MD_EyePair
examples/MD_MAX72xx_Eyes/MD_EyePair.h:14
Method
~MD_MAX72XX
src/MD_MAX72xx.cpp:160
Method
~MD_RobotEyes
* Class Destructor. * * Released any allocated memory and does the necessary to clean * up once the object is no longer required. */
examples/MD_MAX72xx_RobotEyes/MD_RobotEyes.h:70
← previous
201–287 of 287, ranked by callers