MCPcopy Create free account

hub / github.com/BlueAndi/Pixelix / functions

Functions2,917 in github.com/BlueAndi/Pixelix

Methodactive
lib/WormPlugin/src/WormPlugin.cpp:88
Methodactive
lib/FirePlugin/src/FirePlugin.cpp:85
Methodactive
* This method will be called in case the plugin is set active, which means * it will be shown on the display in the next step. * Overwrite i
lib/Plugin/src/Plugin.hpp:358
Methodactive
lib/SysMsgPlugin/src/SysMsgPlugin.cpp:74
Methodactive
lib/GameOfLifePlugin/src/GameOfLifePlugin.cpp:76
Methodactive
lib/OpenMeteoPlugin/src/OpenMeteoPlugin.cpp:222
Methodactive
lib/DateTimePlugin/src/DateTimePlugin.cpp:170
Methodactive
lib/WifiStatusPlugin/src/WifiStatusPlugin.cpp:74
MethodadaptCoordAndLength
* Adapts the coordinate and the length for a axis to ensure that * the coordinate is inside the valid canvas border and * the length, calcul
lib/BaseGfx/src/BaseGfx.hpp:616
MethodaddCurrentTimeZoneValues
lib/SunrisePlugin/src/SunrisePlugin.cpp:441
MethodaddDeviceInfo
lib/MqttApiTopicHandler/src/HomeAssistantMqtt.cpp:333
MethodaddFileEntry
lib/FileMgrService/src/FileMgrService.cpp:228
MethodaddOriginInfo
lib/MqttApiTopicHandler/src/HomeAssistantMqtt.cpp:353
MethodaddPar
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:411
MethodaddToPluginList
lib/TopicHandlerService/src/TopicHandlerService.cpp:476
MethodaddToTopicMetaDataList
lib/TopicHandlerService/src/TopicHandlerService.cpp:431
MethodalignTextHorizontal
lib/YAWidgets/src/TextWidget.cpp:317
MethodalignTextVertical
lib/YAWidgets/src/TextWidget.cpp:358
MethodalignWidget
lib/YAWidgets/src/BitmapWidget.cpp:206
Methodallocate
* Allocates a block of raw memory. * No exception is thrown on error, nullptr is returned instead. * * @param[in] size Size of the memo
lib/Allocator/src/StdAllocator.hpp:94
Methodallocate
* Allocates a block of raw memory. * No exception is thrown on error, nullptr is returned instead. * * @param[in] size Size of the memo
lib/Allocator/src/PsAllocator.hpp:96
MethodallocatePixels
* Allocate pixel buffer. * * @param[in] width Pixel bitmap with in pixels * @param[in] height Pixel bitmap height in pixels
lib/BaseGfx/src/BaseGfxBitmap.hpp:824
MethodappendHumidity
lib/Views/src/layout/OpenWeatherView32x8.cpp:466
MethodappendHumidity
lib/Views/src/layout/OpenWeatherView32x16.cpp:466
MethodappendHumidity
lib/Views/src/layout/OpenWeatherView64x64.cpp:686
MethodappendTemperature
lib/Views/src/layout/OpenWeatherView32x8.cpp:443
MethodappendTemperature
lib/Views/src/layout/OpenWeatherView32x16.cpp:443
MethodappendTemperature
lib/Views/src/layout/OpenWeatherView64x64.cpp:663
MethodappendUvIndex
lib/Views/src/layout/OpenWeatherView32x8.cpp:489
MethodappendUvIndex
lib/Views/src/layout/OpenWeatherView32x16.cpp:489
MethodappendUvIndex
lib/Views/src/layout/OpenWeatherView64x64.cpp:709
MethodappendWindSpeed
lib/Views/src/layout/OpenWeatherView32x8.cpp:472
MethodappendWindSpeed
lib/Views/src/layout/OpenWeatherView32x16.cpp:472
MethodappendWindSpeed
lib/Views/src/layout/OpenWeatherView64x64.cpp:692
MethodapplyDisposalMethod
lib/YAWidgets/src/GifImgPlayer.cpp:1036
MethodapplyHanningMagnitudeCorrection
lib/AudioService/src/AudioToneDetector.cpp:159
MethodapplyHanningWindow
lib/AudioService/src/AudioToneDetector.cpp:152
MethodapplyIntensity
* Calculate the base color with respect to the current intensity. * * @return Base color with considered intensity. */
lib/YAGfx/src/Rgb888.h:391
MethodapplyIntensity
* Calculate the base color with respect to the current intensity. * * @return Base color with considered intensity. */
lib/YAGfx/src/Rgb565.h:364
MethodapplyLayout
lib/Views/src/layout/MultiIconView32x8.cpp:125
MethodapplyLayout1
lib/Views/src/layout/MultiIconView32x16.cpp:145
MethodapplyLayout1
lib/Views/src/layout/MultiIconView64x64.cpp:145
MethodapplyLayout2
lib/Views/src/layout/MultiIconView32x16.cpp:167
MethodapplyLayout2
lib/Views/src/layout/MultiIconView64x64.cpp:167
MethodapplyLayout3
lib/Views/src/layout/MultiIconView32x16.cpp:198
MethodapplyLayout3
lib/Views/src/layout/MultiIconView64x64.cpp:198
MethodapplyLayout4
lib/Views/src/layout/MultiIconView32x16.cpp:235
MethodapplyLayout4
lib/Views/src/layout/MultiIconView64x64.cpp:235
MethodapplyLightSensorMeasurement
src/DisplayMgr/BrightnessCtrl.cpp:347
MethodattachButtonsToInterrupt
src/Hal/ButtonDrv.cpp:265
Methodbegin
* Configures the sensor, so it is able to provide sensor data. */
lib/Sensors/src/SensorWiFi.h:154
Methodbegin
lib/Sensors/src/SensorSht3X.cpp:62
Methodbegin
* Configures the sensor, so it is able to provide sensor data. */
lib/Sensors/src/SensorSystem.h:153
Methodbegin
* Configures the sensor, so it is able to provide sensor data. */
lib/Sensors/src/SensorHeap.h:293
Methodbegin
lib/Sensors/src/SensorBattery.cpp:69
Methodbegin
lib/Sensors/src/SensorDhtX.cpp:62
Methodbegin
* Checks for the RTC and if available, it will be initialized * and started. * * @return If no RTC is available, it will return false.
lib/RtcDrv/src/RtcNoneDrv.h:86
Methodbegin
lib/RtcDrv/src/Rtc1307Drv.cpp:62
Methodbegin
* Initialize base driver for the display. * * @return If successful, returns true otherwise false. */
lib/HalTftDisplay/src/Display.h:87
Methodbegin
* Initialize base driver for the display. * * @return If successful, returns true otherwise false. */
lib/HalHub75Esp32/src/Display.h:88
Methodbegin
lib/Common/src/SensorDataProviderImpl.cpp:62
Methodbegin
src/Web/MyWebServer.cpp:112
Methodbegin
src/Hal/SensorDataProvider.cpp:150
Methodbegin
src/DisplayMgr/DisplayMgr.cpp:70
MethodblendColors
* Blend two colors based on a ratio (integer version). * * @param[in] color1 First color * @param[in] color2 Second color * @param
lib/BaseGfx/src/BaseGfxBrush.hpp:431
Methodbroadcast
lib/DDPPlugin/src/DDPServer.cpp:655
MethodbuttonTask
src/Hal/ButtonDrv.cpp:302
MethodcalcColorTableSize
lib/YAWidgets/src/GifImgPlayer.cpp:835
MethodcalculateAmplitudeAverage
lib/SoundReactivePlugin/src/SoundReactivePlugin.cpp:494
MethodcalculateCursorPos
lib/YAWidgets/src/TextWidget.cpp:518
MethodcalculateFFT
lib/AudioService/src/SpectrumAnalyzer.cpp:224
MethodcalculateRemainingDays
lib/CountdownPlugin/src/CountdownPlugin.cpp:305
MethodcanHandle
* Checks whether the request can be handled. * * @param[in] request Web request * * @return If request can be handled, it will r
src/Web/CaptivePortalHandler.h:95
MethodcaptivePortalPageProcessor
src/Web/CaptivePortalHandler.cpp:152
MethodchangeDutyCycle
src/Hal/BuzzerDrv.cpp:113
MethodchangeFadeEffectOnDemand
src/DisplayMgr/FadeEffectController.cpp:156
MethodchangeState
lib/VolumioPlugin/src/VolumioPlugin.cpp:325
MethodchannelOffsetFromJson
src/Hal/SensorDataProvider.cpp:456
MethodchannelOffsetToJson
src/Hal/SensorDataProvider.cpp:410
MethodchannelTypeToName
* Get the channel type as string from the corresponding sensor channel type. * * @param[in] channelType Channel type * * @return
lib/Common/src/ISensorChannel.hpp:132
MethodchannelTypeToUnit
* Get the unit as string from the corresponding sensor channel type. * * @param[in] channelType Channel type * * @return Unit as
lib/Common/src/ISensorChannel.hpp:192
MethodcheckForFiles
lib/FileMgrService/src/FileMgrService.cpp:328
Methodcleanup
lib/YAWidgets/src/GifImgPlayer.cpp:761
Methodclear
* Clear LED matrix. */
lib/HalTftDisplay/src/Display.h:127
Methodclear
lib/YAWidgets/src/BitmapWidget.cpp:119
Methodclear
lib/YAWidgets/src/TWAbstractSyntaxTree.cpp:94
Methodclear
* Clear display. */
lib/HalHub75Esp32/src/Display.h:131
Methodclear
lib/TimerService/src/TimerSetting.cpp:62
Methodclear
lib/TimerService/src/TimerService.cpp:228
Methodclear
* Clear string. */
lib/ArduinoNative/src/WString.h:321
Methodclear
lib/MqttService/src/MqttSetting.cpp:205
Methodclear
* Clear all key value pairs, which means set them to factory defaults. * * @return If successful cleared, it will return true otherwise fals
lib/SettingsService/src/SettingsService.h:174
MethodclearCmdQueue
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:546
MethodclearEvtQueue
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:556
MethodclearFileTable
lib/FileMgrService/src/FileMgrService.cpp:266
MethodclearHeader
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:406
MethodclearHeaders
lib/AsyncHttpClient/src/HttpResponse.cpp:270
MethodclearIcon
* Clear icon. */
lib/Views/src/layout/IconTextView32x8.h:193
MethodclearIcon
* Clear icon. */
lib/Views/src/layout/IconTextView64x64.h:200
MethodclearIcon
* Clear icon. */
lib/Views/src/layout/CanvasViewGeneric.h:131
← previousnext →1,001–1,100 of 2,917, ranked by callers