Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlueAndi/Pixelix
/ functions
Functions
2,917 in github.com/BlueAndi/Pixelix
⨍
Functions
2,917
◇
Types & classes
452
↓ 2 callers
Method
clearSticky
src/DisplayMgr/SlotList.cpp:383
↓ 2 callers
Method
createPlugin
src/Plugin/PluginFactory.cpp:65
↓ 2 callers
Method
deInit
lib/YAWidgets/src/LzwDecoder.cpp:243
↓ 2 callers
Method
disable
* Disable plugin. * A disabled plugin won't be scheduled in the next cycle. * Note, calling this doesn't abort a active phase. */
lib/Plugin/src/Plugin.hpp:304
↓ 2 callers
Method
disconnect
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:905
↓ 2 callers
Method
drawPixel
* Draw a single pixel at given position. * * @param[in] x x-coordinate * @param[in] y y-coordinate * @param[in] color Colo
lib/BaseGfx/src/BaseGfxCanvas.hpp:298
↓ 2 callers
Method
drawText
* Draw a text at given cursor position. * * @param[in] gfx Graphics interface * @param[in] text Text which to draw */
lib/BaseGfx/src/BaseGfxText.hpp:420
↓ 2 callers
Method
drawVLine
* Draw vertical line. * Note, this is faster than using drawLine(). * * @param[in] x x-coordinate of start point * @param[
lib/BaseGfx/src/BaseGfx.hpp:238
↓ 2 callers
Method
enable
* Enable plugin. * Only a enabled plugin will be scheduled. */
lib/Plugin/src/Plugin.hpp:294
↓ 2 callers
Method
enable
* Enable widget. * If the widget is enabled, it will be drawn. */
lib/YAWidgets/src/Widget.hpp:219
↓ 2 callers
Method
end
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:363
↓ 2 callers
Function
esp_log_timestamp
lib/ArduinoNative/src/Arduino.cpp:81
↓ 2 callers
Method
exit
* Exit critical section. */
lib/Os/src/CriticalSection.hpp:92
↓ 2 callers
Method
fromJson
lib/TimerService/src/TimerSetting.cpp:88
↓ 2 callers
Method
fromJson
lib/MqttService/src/MqttSetting.cpp:271
↓ 2 callers
Method
getCharBoundingBox
* Get bounding box of single character. * * @param[in] singleChar Single character * @param[out] width Width in pixel *
lib/BaseGfx/src/BaseFont.hpp:196
↓ 2 callers
Method
getCmd
* Get command string. * * @return Command string */
src/Web/WsCommand/WsCmd.h:86
↓ 2 callers
Method
getCurrent
* Get the last updated value. * * @return Current value */
lib/Utilities/src/StatisticValue.hpp:207
↓ 2 callers
Method
getEfuseMac
test/stub/Esp.cpp:67
↓ 2 callers
Method
getErrorId
* Get current set error id. * * @return Error id, which is set. */
src/SystemState/ErrorState.h:132
↓ 2 callers
Method
getFrameBufferXAddr
* Get the address inside the framebuffer at certain coordinates. * If the requested length is not available, it will return nullptr. *
lib/BaseGfx/src/BaseGfxCanvas.hpp:327
↓ 2 callers
Method
getFrameBufferYAddr
* Get the address inside the framebuffer at certain coordinates. * If the requested length is not available, it will return nullptr. *
lib/BaseGfx/src/BaseGfxCanvas.hpp:387
↓ 2 callers
Method
getFreqBinsLen
* Get the number of frequency bins. * * @return Number of frequency bins */
lib/AudioService/src/SpectrumAnalyzer.h:105
↓ 2 callers
Method
getHumidity
* Get the humidity. * * @return Humidity in %. */
lib/OpenWeatherPlugin/src/OpenWeatherCurrent.h:274
↓ 2 callers
Method
getLogLevel
lib/Logging/src/Logging.cpp:143
↓ 2 callers
Function
getMinuteCosinus
* Get the Minute Cosinus value * * @param[in] angle Minute angle, must be multiple of 6° (360 °/ 60 minutes) * * @return cosinus value for angle (
lib/Views/src/layout/DateTimeView64x64.cpp:420
↓ 2 callers
Method
getOffset
* Get the current scroll offset. * * @return Scroll offset in pixels */
lib/YAWidgets/src/ScrollController.h:126
↓ 2 callers
Method
getSpectrumAnalyzer
* Get the spectrum analyzer. * * @return Spectrum analyzer instance otherwise nullptr */
lib/AudioService/src/AudioService.h:102
↓ 2 callers
Method
getTargetFreq
* Get the target frequency. * * @return Target frequency in Hz */
lib/AudioService/src/AudioToneDetector.h:101
↓ 2 callers
Method
getTemperature
* Get the temperature. * Might be NaN in case no response was never parsed * or its not supported by the OpenWeather source. * * @
lib/OpenWeatherPlugin/src/OpenWeatherCurrent.h:242
↓ 2 callers
Method
getText
lib/YAWidgets/src/TextWidget.cpp:680
↓ 2 callers
Method
getTextCursorPos
* Get cursor position. * * @param[out] x x-coordinate * @param[out] y y-coordinate */
lib/BaseGfx/src/BaseGfxText.hpp:153
↓ 2 callers
Method
getTopic
lib/TimerService/src/TimerService.cpp:318
↓ 2 callers
Method
getTopics
* Get plugin topics, which can be get/set via different communication * interfaces like REST, websocket, MQTT, etc. * * Example: *
lib/Plugin/src/Plugin.hpp:199
↓ 2 callers
Method
getWeatherIconId
lib/OpenWeatherPlugin/src/OpenWeatherForecast.cpp:275
↓ 2 callers
Method
getWeatherInfo
* Get the enabled weather information. * See WeatherInfo for every bit. * * @return Weather information which is enabled. */
lib/Views/src/layout/OpenWeatherView32x8.h:180
↓ 2 callers
Function
get_git_revision_hash
Get the git revision hash number. Returns: str: Revision hash
scripts/get_git_rev.py:46
↓ 2 callers
Function
get_git_revision_short_hash
Get the short git revision hash number. Returns: str: Short revision hash
scripts/get_git_rev.py:61
↓ 2 callers
Function
get_version
Get the version identification from the definition file. Returns: str: Version
scripts/get_git_rev.py:133
↓ 2 callers
Method
hasTopicChanged
lib/TimerService/src/TimerService.cpp:339
↓ 2 callers
Method
init
src/DisplayMgr/BrightnessCtrl.cpp:66
↓ 2 callers
Method
installPlugin
src/DisplayMgr/DisplayMgr.cpp:296
↓ 2 callers
Function
iperf_is_tcp_client
lib/Iperf/src/iperf.c:45
↓ 2 callers
Function
iperf_is_udp_client
lib/Iperf/src/iperf.c:35
↓ 2 callers
Function
iperf_is_udp_server
lib/Iperf/src/iperf.c:40
↓ 2 callers
Method
isActive
src/General/SysMsg.cpp:103
↓ 2 callers
Method
isReady
* The display is ready, when the last physical pixel update is finished. * A asynchronous display update, triggered by show() can be observed thi
lib/HalLedMatrix/src/Display.h:107
↓ 2 callers
Method
isRunning
lib/Os/src/Task.hpp:329
↓ 2 callers
Method
isSlotEmptyAndUnlocked
src/DisplayMgr/SlotList.cpp:314
↓ 2 callers
Method
isTrailerFound
* Is one complete frame loop cycle done? * * If the trailer is found in the GIF data stream, it means its the end. * Animations will au
lib/YAWidgets/src/GifImgPlayer.h:172
↓ 2 callers
Function
j
()
data/js/rpie.js:1
↓ 2 callers
Method
loadIcon
lib/IconTextLampPlugin/src/IconTextLampPlugin.cpp:373
↓ 2 callers
Method
loadIcon
lib/IconTextPlugin/src/IconTextPlugin.cpp:271
↓ 2 callers
Method
loadIconByType
lib/TempHumidPlugin/src/internal/View.cpp:77
↓ 2 callers
Method
next
src/General/SysMsg.cpp:115
↓ 2 callers
Method
notify
lib/AudioService/src/SpectrumAnalyzer.cpp:144
↓ 2 callers
Method
notify
* The observed button will notify about changes. * * @param[in] buttonId The id of the button. * @param[in] state New button state
src/ButtonHandler/ButtonHandler.hpp:235
↓ 2 callers
Method
onConnect
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:685
↓ 2 callers
Method
onData
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:772
↓ 2 callers
Method
onDisconnect
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:711
↓ 2 callers
Method
onError
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:747
↓ 2 callers
Method
onEvent
src/Web/WebSocket.cpp:253
↓ 2 callers
Method
onPacket
lib/DDPPlugin/src/DDPServer.cpp:454
↓ 2 callers
Method
onTimeout
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:889
↓ 2 callers
Method
open
lib/YAWidgets/src/GifImgPlayer.cpp:390
↓ 2 callers
Function
parseStringBool
* Parse a string to a boolean value. * * @param[in] str The string to parse ("true" or "false"). * @param[out] outValue The parsed boolean
src/Web/RestApi.cpp:256
↓ 2 callers
Method
pause
* Pause the reception of further data. * A existing connection will be kept. */
lib/DDPPlugin/src/DDPServer.h:154
↓ 2 callers
Method
position
* Get file position. * * @return File position */
lib/YAWidgets/src/GifFileLoader.h:174
↓ 2 callers
Method
post
lib/RestService/src/RestService.cpp:218
↓ 2 callers
Method
print
lib/ArduinoNative/src/Print.cpp:89
↓ 2 callers
Method
publish
lib/MqttService/src/MqttBrokerConnection.cpp:186
↓ 2 callers
Method
readBytes
lib/ArduinoNative/src/FS.h:114
↓ 2 callers
Method
regOnClosed
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:437
↓ 2 callers
Method
registerDDPCallback
* Register a callback to receive DDP data which to display. * * @param[in] cb The callback. */
lib/DDPPlugin/src/DDPServer.h:176
↓ 2 callers
Method
registerObserver
* Register an audio observer. * * @param[in] observer The audio observer which to register. * * @return If successful it will retu
lib/AudioService/src/AudioDrv.h:133
↓ 2 callers
Method
registerSetting
lib/SettingsService/src/SettingsService.cpp:586
↓ 2 callers
Method
registerTopics
lib/TopicHandlerService/src/TopicHandlerService.cpp:121
↓ 2 callers
Method
restartWeatherInfo
* Restart showing the first weather info again. * The order is according to the order of WeatherInfo. */
lib/Views/src/layout/OpenWeatherView32x8.h:208
↓ 2 callers
Method
selectFadeEffect
src/DisplayMgr/FadeEffectController.cpp:62
↓ 2 callers
Method
setAlias
* Set instance alias name, which is more user friendly than the UID. * * @param[in] alias Plugin instance alias name */
lib/Plugin/src/Plugin.hpp:104
↓ 2 callers
Method
setApiKey
* Set the API key. * * @param[in] apiKey The API key which to set. */
lib/OpenWeatherPlugin/src/OpenWeatherCurrent.h:105
↓ 2 callers
Method
setColor
* Set progress bar color. * * @param[in] color Progress bar color */
lib/YAWidgets/src/ProgressBar.h:155
↓ 2 callers
Method
setColor
* Set pen color. * * @param[in] color Pen color which to set */
lib/BaseGfx/src/BaseGfxPen.hpp:106
↓ 2 callers
Method
setFontType
* Set font type. * The plugin may skip the font type in case it gets conflicts with the layout. * * A font type change will only be con
lib/Plugin/src/Plugin.hpp:138
↓ 2 callers
Method
setImagePath
* Set the image path for the weather condition icons. * * @param[in] path The image path for the weather condition icons. */
lib/Views/src/layout/OpenWeatherView32x8.h:129
↓ 2 callers
Method
setIntensity
* Set brush intensity. * * @param[in] intensity Brush intensity [0; 255] - 0: min. bright / 255: max. bright. */
lib/BaseGfx/src/BaseGfxBrush.hpp:175
↓ 2 callers
Method
setLatitude
* Set the latitude. * * @param[in] latitude The latitude which to set. */
lib/OpenWeatherPlugin/src/OpenWeatherCurrent.h:135
↓ 2 callers
Method
setLinearGradientBrush
* Use the linear gradient brush. */
lib/Views/src/ViewConfig.h:86
↓ 2 callers
Method
setLongitude
* Set the longitude. * * @param[in] longitude The longitude which to set. */
lib/OpenWeatherPlugin/src/OpenWeatherCurrent.h:165
↓ 2 callers
Method
setNetworkStatus
src/DisplayMgr/DisplayMgr.cpp:782
↓ 2 callers
Method
setOffsetX
* Set x offset in the parent canvas. * * @param[in] offsX x offset in the parent canvas */
lib/BaseGfx/src/BaseGfxCanvas.hpp:169
↓ 2 callers
Method
setOffsetY
* Set y offset in the parent canvas. * * @param[in] offsY y offset in the parent canvas */
lib/BaseGfx/src/BaseGfxCanvas.hpp:189
↓ 2 callers
Method
setPar
src/Web/WsCommand/WsCmdLog.cpp:116
↓ 2 callers
Method
setSlot
* Set the slot interface, which the plugin can used to request information * from the slot, it is plugged in. * * @param[in] slotInterf
lib/Plugin/src/Plugin.hpp:84
↓ 2 callers
Method
setSoftLimits
src/DisplayMgr/BrightnessCtrl.cpp:230
↓ 2 callers
Method
setSolidBrush
* Use the solid brush. */
lib/Views/src/ViewConfig.h:78
↓ 2 callers
Method
setTopic
lib/TimerService/src/TimerService.cpp:349
↓ 2 callers
Method
setUniqueId
* Set unique id used to make the default value unique. * * @param[in] uniqueId The unique id. */
lib/SettingsService/src/KeyValueString.h:213
↓ 2 callers
Method
setUnits
* Set the units to use temperature and wind speed. * * @param[in] units The units which to set. */
lib/OpenWeatherPlugin/src/OpenWeatherCurrent.h:196
↓ 2 callers
Method
setViewDuration
* Set the duration in ms, how long the view will be shown on the display. * It will be used to derive how long every enabled weather info is show
lib/Views/src/layout/OpenWeatherView32x8.h:143
← previous
next →
301–400 of 2,917, ranked by callers