MCPcopy Create free account

hub / github.com/BlueAndi/Pixelix / functions

Functions2,917 in github.com/BlueAndi/Pixelix

↓ 338 callersMethodc_str
* Get string as char array. * * @return Char array */
lib/ArduinoNative/src/WString.h:248
↓ 99 callersMethodisEmpty
* Is string empty? * * @return If empty, it will return true otherwise false. */
lib/ArduinoNative/src/WString.h:331
↓ 78 callersMethodlength
* Get string length. * * @return String length */
lib/ArduinoNative/src/WString.h:258
↓ 66 callersMethodclose
lib/ArduinoNative/src/FS.h:136
↓ 64 callersMethodfillScreen
* Fill screen with a specific color. * * @param[in] color Color */
lib/BaseGfx/src/BaseGfx.hpp:450
↓ 62 callersMethodgetStr
lib/YAWidgets/src/TextWidget.cpp:278
↓ 58 callersMethodisTimeout
* Is timeout? * If timer is not running, it will always return false. * * @return If timeout it will return true, otherwise false.
lib/Utilities/src/SimpleTimer.hpp:176
↓ 57 callersMethodsubstring
* Return the substring from index to the end. * * @param[in] index Index. * * @return Substring */
lib/ArduinoNative/src/WString.h:270
↓ 55 callersMethodgetValue
* Get current filter output value. * * @return Filter output value */
src/DisplayMgr/BrightnessCtrl.h:137
↓ 52 callersMethodgetColor
* Get pen color. * * @return Pen color */
lib/BaseGfx/src/BaseGfxPen.hpp:96
↓ 52 callersMethodmove
* Move the widget to the given position in the canvas. * * @param[in] x Upper left corner (x-coordinate) of the widget in a canvas. * @
lib/YAWidgets/src/Widget.hpp:101
↓ 50 callersMethodgetWidth
* Get widget width. * * @return Width in pixel */
lib/YAWidgets/src/Widget.hpp:124
↓ 48 callersMethodisTimerRunning
* Is timer running? * * @return If timer is running, it will return true otherwise false. */
lib/Utilities/src/SimpleTimer.hpp:165
↓ 47 callersMethodopen
lib/ArduinoNative/src/FS.h:171
↓ 46 callersMethodgetHeight
* Get widget height. * * @return Width in pixel */
lib/YAWidgets/src/Widget.hpp:144
↓ 45 callersMethodsetFormatStr
lib/YAWidgets/src/TextWidget.cpp:231
↓ 42 callersMethodverify
* Verify rectangle at given position. It must be there with the given color. * * @param[in] posX Top left x-coordinate * @param[in
test/common/YAGfxTest.hpp:276
↓ 39 callersMethodgetDefault
* Get default value. * * @return Default value */
lib/SettingsService/src/KeyValue.h:252
↓ 38 callersMethodend
lib/DDPPlugin/src/DDPServer.cpp:218
↓ 38 callersMethodsetWidth
* Set widget width. * * @param[in] width Width in pixel */
lib/YAWidgets/src/Widget.hpp:134
↓ 36 callersMethodgetName
lib/Sensors/src/SensorLdr.cpp:139
↓ 36 callersMethodwrite
* Write single data byte to all clients. * * @param[in] data Data byte * * @return Number of written bytes. */
src/Web/WebSocket.h:232
↓ 35 callersMethodgetType
* Get token type. * * @return Token type */
lib/YAWidgets/src/TWToken.h:127
↓ 35 callersMethodsetFormatText
* Set text (formatted). * * @param[in] formatText Formatted text to show. */
lib/Views/src/layout/PlayerView32x8.h:162
↓ 34 callersMethodsetBrush
* Set brush used to draw text. The brush must be kept alive as long as the text widget is used. * * @param[in] brush Brush used to draw text
lib/YAWidgets/src/TextWidget.h:198
↓ 34 callersMethodsetHeight
* Set widget height. * * @param[in] height Height in pixel */
lib/YAWidgets/src/Widget.hpp:154
↓ 32 callersMethodclear
lib/YAWidgets/src/LzwDecoder.cpp:329
↓ 31 callersMethoddestroy
* Destroys the mutex. */
lib/Os/src/Mutex.hpp:107
↓ 31 callersMethodrestart
* Restart timer with the previous specified duration. */
lib/Utilities/src/SimpleTimer.hpp:153
↓ 30 callersMethodremove
lib/ArduinoNative/src/FS.h:202
↓ 29 callersMethodappend
* Append data to the payload. * * @param[in] data Data to append. * @param[in] dataSize Size of the data in byte. */
lib/HttpService/src/HttpServiceTypes.h:338
↓ 28 callersMethodgetUID
* Get unique id. * * @return Unique id */
lib/Plugin/src/Plugin.hpp:94
↓ 28 callersMethodsetVerticalAlignment
* Set the vertical alignment. * * @param[in] align The vertical aligment. */
lib/YAWidgets/src/TextWidget.h:308
↓ 27 callersMethodindexOf
* Get index of given character. * * @param[in] ch Character to search for. * @param[in] fromIndex Start index for search. *
lib/ArduinoNative/src/WString.h:344
↓ 27 callersMethodread
* Read data from GIF. * * @param[in] buffer Buffer to fill. * @param[in] size Buffer size in bytes. * * @return If su
lib/YAWidgets/src/GifFileLoader.h:152
↓ 26 callersMethodload
lib/Utilities/src/JsonFile.cpp:72
↓ 25 callersMethodbegin
lib/Sensors/src/SensorLdr.cpp:130
↓ 25 callersMethodupdate
src/DisplayMgr/DisplayMgr.cpp:1168
↓ 24 callersMethodexists
lib/ArduinoNative/src/FS.h:183
↓ 24 callersMethodsetFont
* Set font. * * @param[in] font New font to set */
lib/YAWidgets/src/TextWidget.h:254
↓ 23 callersMethodgetBlue
* Get blue color value. * * @return Blue value */
lib/YAGfx/src/Rgb888.h:287
↓ 23 callersMethodgetGreen
* Get green color value. * * @return Green value */
lib/YAGfx/src/Rgb888.h:277
↓ 23 callersMethodgetRed
* Get red color value. * * @return Red value */
lib/YAGfx/src/Rgb888.h:267
↓ 23 callersMethodgetWidth
* Get with in pixels. * * @return Width in pixels */
test/common/YAGfxTest.hpp:97
↓ 22 callersMethodgetHeight
* Get height in pixels. * * @return Height in pixels */
test/common/YAGfxTest.hpp:107
↓ 22 callersMethodsetHorizontalAlignment
* Set the horizontal alignment. * * @param[in] align The horizontal aligment. */
lib/YAWidgets/src/TextWidget.h:298
↓ 22 callersMethodshow
src/General/SysMsg.cpp:87
↓ 21 callersMethodequalsIgnoreCase
* Compare string case insenstive. * * @param[in] other String to compare with. * * @return If equal, it will return true otherwi
lib/ArduinoNative/src/WString.h:384
↓ 21 callersMethodset
* Set base color information. * Intensity is not changed. * * @param[in] red Red value * @param[in] green Green value * @pa
lib/YAGfx/src/Rgb888.h:226
↓ 21 callersMethodstop
src/General/RTTTL.cpp:233
↓ 20 callersMethoddrawPixel
* Draw a single pixel on the display. * * @param[in] x x-coordinate * @param[in] y y-coordinate * @param[in] color Pixel c
lib/HalLedMatrix/src/Display.h:318
↓ 20 callersMethodgetFormatStr
* Get the text string, which may contain format tags. * * Encoding: UTF-8 * * @return UTF-8 string, which may contain format tags.
lib/YAWidgets/src/TextWidget.h:169
↓ 20 callersMethodsend
src/Web/LogSinkWebsocket.cpp:62
↓ 19 callersMethoddeallocateArray
* Deallocates the array of objects and destructs them. * No exception is thrown on error. * Never use it for pointers to single objects!
lib/Allocator/src/TypedAllocator.hpp:182
↓ 19 callersFunctionmillis
lib/ArduinoNative/src/Arduino.cpp:74
↓ 19 callersMethodsize
lib/ArduinoNative/src/FS.cpp:64
↓ 19 callersMethodstart
src/General/MemMon.cpp:65
↓ 18 callersMethodgetMaxSlots
src/DisplayMgr/DisplayMgr.cpp:774
↓ 18 callersMethodwrite
* Write to digital output pin, do nothing for unconnected pins. * * @param[in] value Digital output pin value (LOW, HIGH). */
lib/Common/src/Io.hpp:168
↓ 17 callersMethodstartsWith
* Starts string with given pattern? * * @param[in] s2 Pattern * * @return If string starts with pattern, it will return true ot
lib/ArduinoNative/src/WString.h:295
↓ 17 callersFunctionto565
* Convert base colors to RGB565 color. * * @param[in] red Red component [0; 255] * @param[in] green Green component [0; 255] * @param[in] blue
lib/YAGfx/src/ColorUtil.hpp:156
↓ 16 callersMethodallocateArray
* Allocates memory for an array of objects and constructs them. * No exception is thrown on error, nullptr is returned instead. * * @pa
lib/Allocator/src/TypedAllocator.hpp:143
↓ 16 callersMethodfind
src/Hal/SensorDataProvider.cpp:208
↓ 16 callersMethodsetState
src/Hal/ButtonDrv.cpp:289
↓ 15 callersMethodgetPinNo
* Get pin number. * * @return Arduino pin number */
lib/Common/src/Io.hpp:105
↓ 15 callersMethodparse
lib/YAWidgets/src/TWTokenizer.cpp:62
↓ 15 callersMethodstart
src/DisplayMgr/FadeEffectController.cpp:133
↓ 14 callersMethodgetMax
* Get maximum value. * * @return Maximum value */
lib/SettingsService/src/KeyValue.h:228
↓ 14 callersMethodgetMin
* Get minimum value. * * @return Minimum value */
lib/SettingsService/src/KeyValue.h:218
↓ 14 callersMethodgetPlugin
src/DisplayMgr/Slot.cpp:95
↓ 14 callersMethodread
* Read from digital output pin * * @return Digital output pin value or LOW for unconnected pins. */
lib/Common/src/Io.hpp:158
↓ 14 callersMethodsetIntensity
* Set color intensity. * * @param[in] intensity Color intensity [0; 255] - 0: min. bright / 255: max. bright */
lib/YAGfx/src/Rgb888.h:337
↓ 13 callersMethodbegin
src/Topics/Topics.cpp:173
↓ 13 callersMethodcreate
* Create mutex. * * @return If successful created, it will return true otherwise false. */
lib/Os/src/Mutex.hpp:87
↓ 13 callersMethodget
* Get base color information with respect to current intensity. * * @param[out] red Red value * @param[out] green Green value
lib/YAGfx/src/Rgb888.h:211
↓ 13 callersMethodisEmpty
src/DisplayMgr/Slot.cpp:129
↓ 12 callersMethoddrawBitmap
* Draw bitmap at specified location by given upper left point. * * If the bitmap size is lower or equal than the destination, the * bit
lib/BaseGfx/src/BaseGfx.hpp:507
↓ 12 callersMethodfillRect
* Fill a rectangle with a specific color. * * @param[in] x x-coordinate of upper left point * @param[in] y y-coordinate
lib/BaseGfx/src/BaseGfx.hpp:412
↓ 12 callersMethodgetFileFullPathById
lib/FileMgrService/src/FileMgrService.cpp:200
↓ 12 callersFunctioniperf_show_socket_error_reason
lib/Iperf/src/iperf.c:61
↓ 12 callersFunctionmin
lib/Utilities/src/Util.h:232
↓ 12 callersFunctionrgb888Blue
* Get blue component from RGB888 color. * * @param[in] value RGB888 color value * * @return uint8_t Blue component [0; 255] */
lib/YAGfx/src/ColorUtil.hpp:142
↓ 12 callersFunctionrgb888Green
* Get green component from RGB888 color. * * @param[in] value RGB888 color value * * @return uint8_t Green component [0; 255] */
lib/YAGfx/src/ColorUtil.hpp:130
↓ 12 callersFunctionrgb888Red
* Get red component from RGB888 color. * * @param[in] value RGB888 color value * * @return uint8_t Red component [0; 255] */
lib/YAGfx/src/ColorUtil.hpp:118
↓ 12 callersMethodsetOnState
* Set the on state. * * @param[in] state On state */
lib/YAWidgets/src/LampWidget.h:128
↓ 12 callersMethodsetValue
* Set field value. * * @param[in] value Field value */
lib/AsyncHttpClient/src/HttpHeader.h:150
↓ 11 callersMethodclear
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:1154
↓ 11 callersMethoddrawLine
* Draw a line. * * @param[in] xs x-coordinate of start point * @param[in] ys y-coordinate of start point * @param[in] xe
lib/BaseGfx/src/BaseGfx.hpp:302
↓ 11 callersMethodgetFormatText
* Get text (formatted). * * @return Text */
lib/Views/src/layout/PlayerView32x8.h:152
↓ 11 callersMethodgetValue
lib/Sensors/src/SensorLdr.cpp:125
↓ 11 callersMethodon
lib/HalLedMatrix/src/Display.cpp:116
↓ 11 callersMethodsave
src/Plugin/PluginMgr.cpp:209
↓ 10 callersFunctionL
(t,e)
data/js/rpie.js:1
↓ 10 callersMethodgetAlias
* Get instance alias name. * * @return Plugin instance alias name */
lib/Plugin/src/Plugin.hpp:114
↓ 10 callersMethodgetChannel
lib/Sensors/src/SensorLdr.cpp:149
↓ 10 callersMethodgetDuration
src/DisplayMgr/Slot.cpp:134
↓ 10 callersMethodlastIndexOf
* Get last index of given string. * * @param[in] other String to search for. * * @return If found, it will return the index othe
lib/ArduinoNative/src/WString.h:364
↓ 10 callersMethodlength
lib/YAWidgets/src/TWAbstractSyntaxTree.cpp:105
↓ 10 callersMethodsendToBack
* Send item to the back of the queue. * * Note, set ticksToWait to portMAX_DELAY, will wait infinite. * * @param[in] itemToQueue
lib/Os/src/Queue.hpp:131
↓ 10 callersMethodstart
lib/VolumioPlugin/src/VolumioPlugin.cpp:144
next →1–100 of 2,917, ranked by callers