MCPcopy Create free account

hub / github.com/HASwitchPlate/openHASP / functions

Functions2,420 in github.com/HASwitchPlate/openHASP

Methodinit
src/dev/esp32/lanbonl8.cpp:120
Methodinit
src/drv/touch/touch_driver_analog.h:31
Methodinit
src/drv/touch/touch_driver_gslx680.h:74
Methodinit
src/drv/touch/touch_driver_lovyangfx.h:46
Methodinit
src/drv/touch/touch_driver.h:18
Methodinit
src/drv/touch/touch_driver_ft6336u.h:78
Methodinit
src/drv/touch/touch_driver_stmpe610.h:66
Methodinit
src/drv/touch/touch_driver_gt911.h:93
Methodinit
src/drv/tft/tft_driver_sdl2.cpp:53
Methodinit
src/drv/tft/tft_driver_tftespi.cpp:9
Methodinit
src/drv/tft/tft_driver.h:17
Functioninner
(*args, **kwargs)
tools/esptool_with_merge_bin.py:144
MethodinvertDisplay
/
lib/GxTFT/src/GxTFT_GFX.cpp:168
MethodinvertDisplay
lib/GxTFT/src/GxCTRL/GxCTRL.cpp:118
Methodis_driver_pin
src/drv/touch/touch_driver.h:35
Methodis_driver_pin
src/drv/tft/tft_driver_sdl2.cpp:105
Methodis_driver_pin
src/drv/tft/tft_driver_lovyangfx.cpp:494
Methodis_driver_pin
src/drv/tft/tft_driver_tftespi.cpp:154
Methodis_driver_pin
src/drv/tft/tft_driver.h:27
Methodis_flash_encryption_key_valid
(self)
tools/esptool_with_merge_bin.py:1715
Methodis_flash_encryption_key_valid
(self)
tools/esptool_with_merge_bin.py:2016
Methodis_only_digits
src/hasp/hasp_parser.cpp:172
Methodis_system_pin
src/dev/device.h:122
Methodis_system_pin
src/dev/stm32f7/stm32f7.cpp:145
Methodis_system_pin
src/dev/esp8266/esp8266.cpp:147
Methodis_system_pin
src/dev/posix/hasp_posix.cpp:190
Methodis_system_pin
src/dev/stm32f4/stm32f4.cpp:140
Methodis_system_pin
src/dev/win32/hasp_win32.cpp:141
Methodis_true
src/hasp/hasp_parser.cpp:161
Methodis_valid
src/hasp/hasp_page.cpp:18
FunctionisrPin
lib/XPT2046_Touchscreen_ID542/XPT2046_Touchscreen.cpp:56
Methodjoin_byte
(ln, hn)
tools/esptool_with_merge_bin.py:2741
Functionkb_event_cb
src/hasp_oobe.cpp:51
MethodlegalChar
lib/SimpleFTPServer/FtpServer.h:621
Functionload_ram
(esp, args)
tools/esptool_with_merge_bin.py:3092
Functionloader
(e, t, o)
data/script.js:36
Functionlodepng_free
src/hasp/hasp_mem.cpp:69
Functionlodepng_malloc
src/hasp/hasp_mem.cpp:50
Functionlodepng_realloc
NOTE: when realloc returns NULL, it leaves the original memory untouched */
src/hasp/hasp_mem.cpp:60
Methodlookup_string
(offs)
tools/esptool_with_merge_bin.py:2866
Functionloop
src/main_arduino.cpp:128
Methodloop_5s
src/dev/device.h:76
Functionlv_font_get_bitmap_fmt_zifont
* Used as `get_glyph_bitmap` callback in LittelvGL's native font format if the font is uncompressed. * @param font pointer to font * @param unicode_
lib/lv_lib_zifont/lv_zifont.cpp:300
Functionlv_font_get_glyph_dsc_fmt_zifont
* Used as `get_glyph_dsc` callback in LittelvGL's native font format if the font is uncompressed. * @param font_p pointer to font * @param dsc_out s
lib/lv_lib_zifont/lv_zifont.cpp:487
Functionlv_freetype_destroy
lib/lv_lib_freetype/lv_freetype.c:192
Functionlv_ft_fclose
int fclose ( FILE * stream );
lib/lv_lib_freetype/lv_fs_freetype.c:58
Functionlv_ft_fopen
FILE * fopen ( const char * filename, const char * mode );
lib/lv_lib_freetype/lv_fs_freetype.c:39
Functionlv_ft_fread
size_t fread ( void * ptr, size_t size, size_t count, FILE * stream );
lib/lv_lib_freetype/lv_fs_freetype.c:69
Functionlv_ft_fseek
int fseek ( FILE * stream, long int offset, int origin );
lib/lv_lib_freetype/lv_fs_freetype.c:95
Functionlv_qrcode_delete
* Delete a QR code object * @param qrcode pointer to a QR code obejct */
lib/lv_lib_qrcode/lv_qrcode.c:175
Functionlv_qrcode_update2
lib/lv_lib_qrcode/lv_qrcode.c:127
Functionlv_zifont_font_init
lib/lv_lib_zifont/lv_zifont.cpp:143
Functionlv_zifont_init
lib/lv_lib_zifont/lv_zifont.cpp:106
Functionmain
src/main_sdl2.cpp:233
MethodmakeDateTimeStr
lib/SimpleFTPServer/FtpServer.cpp:1832
MethodmakeDir
lib/SimpleFTPServer/FtpServer.h:538
MethodmakeExistsPath
lib/SimpleFTPServer/FtpServer.cpp:1736
MethodmakePath
lib/SimpleFTPServer/FtpServer.cpp:1705
Functionmake_image
(args)
tools/esptool_with_merge_bin.py:3418
Functionmdns_remove_service
src/sys/svc/hasp_mdns.cpp:81
Functionmerge_bin
(args)
tools/esptool_with_merge_bin.py:3615
Methodmin
this avoids the need to change all classes, but does not interfere with any min template
lib/GxTFT/src/GxCTRL/GxCTRL.h:56
FunctionmqttIsConnected
src/mqtt/hasp_mqtt_pubsubclient.cpp:90
FunctionmqttLoop
src/mqtt/hasp_mqtt_pubsubclient.cpp:352
FunctionmqttSetup
src/mqtt/hasp_mqtt_pubsubclient.cpp:336
FunctionmqttStop
src/mqtt/hasp_mqtt_paho_single.cpp:355
FunctionmqttStop
src/mqtt/hasp_mqtt_pubsubclient.cpp:365
Functionmqtt_get_info
src/mqtt/hasp_mqtt_pubsubclient.cpp:375
Functionmqtt_ha_register_button
src/mqtt/hasp_mqtt_ha.cpp:103
Functionmqtt_ha_register_switch
src/mqtt/hasp_mqtt_ha.cpp:145
Functionmqtt_message_cb
/////////////////////////////////////////////////////////////////////////////////////////////// Receive incoming messages
src/mqtt/hasp_mqtt_pubsubclient.cpp:132
Functionmqtt_send_discovery
src/mqtt/hasp_mqtt_pubsubclient.cpp:123
Functionmqtt_send_object_state
src/mqtt/hasp_mqtt_paho_single.cpp:239
Functionmqtt_send_object_state
src/mqtt/hasp_mqtt_pubsubclient.cpp:108
Functionmqtt_send_state
src/mqtt/hasp_mqtt_paho_single.cpp:224
Functionmqtt_send_state
src/mqtt/hasp_mqtt_pubsubclient.cpp:116
Functionmsgarrvd
src/mqtt/hasp_mqtt_paho_async.cpp:158
Functionmsgbox_event_handler
* Called when a msgbox value has changed * @param obj pointer to a dropdown list or roller * @param event type of event that occured */
src/hasp/hasp_event.cpp:690
Functionmy_arc_get_adjustable
OK - this function is not const in lvgl
src/hasp/hasp_attribute_helper.h:107
Functionmy_arc_get_rotation
OK - this function is missing in lvgl
src/hasp/hasp_attribute_helper.h:120
Functionmy_arc_set_adjustable
OK - we need to change the event handler too
src/hasp/hasp_attribute_helper.h:113
Functionmy_bar_set_start_value
src/hasp/hasp_attribute_helper.h:179
Functionmy_btn_get_text
OK
src/hasp/hasp_attribute_helper.h:310
Functionmy_btn_set_text
OK
src/hasp/hasp_attribute_helper.h:340
Functionmy_dropdown_get_max_height
src/hasp/hasp_attribute_helper.h:189
Functionmy_img_get_pivot_x
src/hasp/hasp_attribute_helper.h:72
Functionmy_img_get_pivot_y
src/hasp/hasp_attribute_helper.h:79
Functionmy_img_set_pivot_x
src/hasp/hasp_attribute_helper.h:58
Functionmy_img_set_pivot_y
src/hasp/hasp_attribute_helper.h:65
Functionmy_label_get_text
OK - lvgl does not return a const char
src/hasp/hasp_attribute_helper.h:214
Functionmy_msgbox_set_text
allows for static text label */
src/hasp/hasp_attribute_helper.h:298
Functionmy_msgbox_stop_auto_close
OK - this function is not const in lvgl and doesn't return 0
src/hasp/hasp_attribute_helper.h:100
Functionmy_slider_set_left_value
src/hasp/hasp_attribute_helper.h:184
Functionmy_tab_get_text
src/hasp/hasp_attribute_helper.h:489
Functionmy_tab_set_text
src/hasp/hasp_attribute_helper.h:469
Functionmy_tabview_get_text
src/hasp/hasp_attribute_helper.h:458
Functionmy_tabview_set_text
src/hasp/hasp_attribute_helper.h:449
Functionnotice
lib/ArduinoLog/ArduinoLog.h:239
FunctiononConnect
src/mqtt/hasp_mqtt_paho_async.cpp:219
FunctiononConnectFailure
src/mqtt/hasp_mqtt_paho_async.cpp:198
← previousnext →1,501–1,600 of 2,420, ranked by callers