MCPcopy Create free account

hub / github.com/dl9rdz/rdz_ttgo_sonde / functions

Functions1,060 in github.com/dl9rdz/rdz_ttgo_sonde

↓ 1 callersFunctionimage_to_monobitmap
Convert an image to a 1-bit per pixel bitmap (list of bytes), packed MSB-first, row by row, as expected by GFXfont.
scripts/png_to_gfxfont.py:17
↓ 1 callersFunctioninitGPSfromFile
RX_FSK/src/posinfo.cpp:259
↓ 1 callersFunctioninit_gfx_fonts
RX_FSK/src/Display.cpp:414
↓ 1 callersFunctioninit_rs_char
Initialize a Reed-Solomon codec * symsize = symbol size, bits * gfpoly = Field generator polynomial coefficients * fcr = first root of RS code gene
RX_FSK/src/rsc_decode.cpp:96
↓ 1 callersFunctionisAllowedDup
(nameA, nameB)
RX_FSK/data/cfg.js:117
↓ 1 callersMethodisBatteryConnected
RX_FSK/src/pmu.cpp:318
↓ 1 callersMethodisCharging
RX_FSK/src/pmu.cpp:324
↓ 1 callersFunctionisCsvToMove
Return true if d_name is a CSV file and not mypos.csv */
RX_FSK/src/conn-sdcard.cpp:43
↓ 1 callersMethodisVbusIn
RX_FSK/src/pmu.cpp:321
↓ 1 callersMethodis_flash_encryption_key_valid
Bit 0 of efuse_rd_disable[3:0] is mapped to BLOCK1 this bit is at position 16 in EFUSE_BLK0_RDATA0_REG
scripts/esptool.py:1290
↓ 1 callersMethodis_irom_addr
Returns True if an address starts in the irom region. Valid for ESP8266 only.
scripts/esptool.py:2098
↓ 1 callersFunctionlist_fs_from_bin_auto
List root files from a .bin that may be LittleFS or SPIFFS. Tries LittleFS first (with given or default partition offset/size), then SPIFFS.
ttgoconfig/bin_fs_helpers.py:18
↓ 1 callersMethodload_extended_header
(self, load_file)
scripts/esptool.py:2459
↓ 1 callersMethodload_from_settings
(self, s: Dict[str, Any])
ttgoconfig/app.py:2381
↓ 1 callersFunctionloadaprs
(baseurl,callback)
RX_FSK/data/rdz.js:8
↓ 1 callersFunctionlogin
Challenge-response login: GET login.html, POST auth. Returns None on success, error message on failure.
ttgoconfig/wifi_ops.py:49
↓ 1 callersFunctionlogin
Challenge-response login: GET preauth from login.html, compute SHA256(user:preauth:password), POST to login.
scripts/ttgoconfig.py:25
↓ 1 callersFunctionmain
()
ttgoconfig/bin_version_poc.py:73
↓ 1 callersFunctionmain
()
ttgoconfig/spiffs_reader.py:436
↓ 1 callersFunctionmain
()
ttgoconfig/app.py:2512
↓ 1 callersFunctionmain
()
screens_editor/font_to_json.py:94
↓ 1 callersFunctionmain
Main function for esptool custom_commandline - Optional override for default arguments parsing (that uses sys.argv), can be a list of custom
scripts/esptool.py:3257
↓ 1 callersFunctionmain
()
scripts/gen_esp32part.py:501
↓ 1 callersFunctionmain
()
scripts/png_to_gfxfont.py:136
↓ 1 callersMethodmaybe_patch_segment_data
If SHA256 digest of the ELF file needs to be inserted into this segment, do so. Returns segment data.
scripts/esptool.py:2041
↓ 1 callersFunctionmkcfgbtn
(id, key, label, value)
RX_FSK/data/cfg.js:183
↓ 1 callersFunctionmksep
(id,label,url)
RX_FSK/data/cfg.js:195
↓ 1 callersFunctionnaiv_2Dfix
RX_FSK/src/rs92gps.cpp:756
↓ 1 callersMethodon_file_selected
Handle file selection and load its content.
screens_editor/layout_editor.py:173
↓ 1 callersMethodon_size_selected
(self, size_name, size_values)
screens_editor/layout_editor.py:145
↓ 1 callersFunctionopenudp
RX_FSK/src/aprs.cpp:24
↓ 1 callersMethodoverride_vddsdio
(self, new_voltage)
scripts/esptool.py:1458
↓ 1 callersFunctionpack_directory
Walk src_dir and create a LittleFS v2.0 image at image_path. disk_version=0x00020000 forces the on-disk format to LittleFS v2.0, which is wha
ttgoconfig/littlefs_helper.py:33
↓ 1 callersFunctionparse_fixed_width_font
(file_path)
screens_editor/font_def_to_json.py:4
↓ 1 callersMethodparse_flash_size_arg
(self, arg)
scripts/esptool.py:698
↓ 1 callersFunctionparse_gfx_header
(file_path)
screens_editor/font_to_json.py:7
↓ 1 callersMethodparse_objects
Parses objects from a specific block in the in-memory content. :param block_name: Name of the block to parse. :return: A list
screens_editor/parse_screens.py:115
↓ 1 callersFunctionparse_packet
Parse one IMPROV packet line (with or without trailing \\n). Returns (type, data) or None if invalid.
ttgoconfig/improv_serial.py:33
↓ 1 callersFunctionparse_partition_table
Parse binary partition table. Returns dict name -> (flash_offset, size). Stops at 0xFF*32 or when data runs out. Skips 32-byte blocks that st
ttgoconfig/partition_table.py:28
↓ 1 callersMethodparse_subtype
(self, strval)
scripts/gen_esp32part.py:381
↓ 1 callersMethodparse_type
(self, strval)
scripts/gen_esp32part.py:376
↓ 1 callersFunctionparse_u8x8_font
(c_file_path, output_dir=None)
screens_editor/font_u8x8_to_json.py:6
↓ 1 callersFunctionpattern_match_version
Match name against version list. name can be: - exact display string - fnmatch pattern (e.g. main*, dev*) Return (display, url) if si
ttgoconfig/firmware.py:164
↓ 1 callersFunctionprep
()
RX_FSK/data/rdz.js:51
↓ 1 callersFunctionprint_frame
RX_FSK/src/rs92gps.cpp:1172
↓ 1 callersFunctionprint_mac
(label, mac)
scripts/esptool.py:3130
↓ 1 callersFunctionprint_position
RX_FSK/src/rs92gps.cpp:1071
↓ 1 callersFunctionprn12
RX_FSK/src/rs92gps.cpp:407
↓ 1 callersFunctionprnbits_le
le - little endian */
RX_FSK/src/rs92gps.cpp:395
↓ 1 callersMethodpublishPeak
RX_FSK/src/conn-mqtt.cpp:236
↓ 1 callersFunctionputfile
(name, session)
scripts/ttgoconfig.py:56
↓ 1 callersFunctionread_RNXpephs
RX_FSK/src/nav_gps_vel.cpp:101
↓ 1 callersFunctionread_file_from_bin_auto
Read one file from a .bin. fs_type from list_fs_from_bin_auto.
ttgoconfig/bin_fs_helpers.py:61
↓ 1 callersFunctionread_flash_region
Read a region of flash to a file. offset/size in bytes.
ttgoconfig/esptool_helper.py:109
↓ 1 callersMethodread_flash_slow
(self, offset, length, progress_fn)
scripts/esptool.py:816
↓ 1 callersMethodread_mac
Read MAC from EFUSE region
scripts/esptool.py:1445
↓ 1 callersMethodreceivePacketTimeout
Function: Configures the module to receive a packet Returns: Integer that determines if there has been any error state = 2 --> The command has not be
RX_FSK/src/SX1278FSK.cpp:720
↓ 1 callersFunctionreedsolomon92
RX_FSK/src/RS92.cpp:296
↓ 1 callersMethodrender
(self, canvas, state, area_height, scale, offset_x=0, offset_y=0)
screens_editor/objects.py:17
↓ 1 callersMethodrender_glyph
(self, canvas, glyph, x, y, scale=1, fg=(1, 1, 1), area_height=0)
screens_editor/gfx_font.py:28
↓ 1 callersMethodrender_text
(self, canvas, text, x, y, scale=1, width=0, fg=(1, 1, 1), bg=None, area_height=0)
screens_editor/gfx_font.py:48
↓ 1 callersFunctionreorganizeCsvRoot
After init: move root CSV files (except mypos.csv) into YYMM folders based on file mtime */
RX_FSK/src/conn-sdcard.cpp:63
↓ 1 callersMethodreplace_block_content
Replaces the content of a specific block in the in-memory content, ensuring the block name line is not duplicated. :param blo
screens_editor/parse_screens.py:87
↓ 1 callersFunctionresolve_firmware_url
Resolve name to a firmware URL. - If name is 'main' or 'dev2': use manifest. - Else if fetched_versions and name in it: return that URL.
ttgoconfig/firmware.py:188
↓ 1 callersFunctionresolve_host
Resolve host (IP or mDNS) to IP. Return (ip, error_msg).
ttgoconfig/wifi_ops.py:27
↓ 1 callersFunctionresolve_sd_path_to_list
Resolve file_or_dir to a list of SD paths to fetch. If it names a file, return [path]. If it names a directory, return all files under it.
ttgoconfig/sd_ops.py:103
↓ 1 callersFunctionreverse
RX_FSK/src/RS41.cpp:939
↓ 1 callersFunctionrotE
RX_FSK/src/nav_gps_vel.cpp:821
↓ 1 callersFunctionrotate_bitmap
Rotate the bitmap data for each character from row-major to column-major order and flip it horizontally by adjusting the row indexing
screens_editor/font_u8x8_to_json.py:7
↓ 1 callersFunctionrs41date
RX_FSK/src/RS41.cpp:516
↓ 1 callersMethodrun_stub
(self, stub=None)
scripts/esptool.py:705
↓ 1 callersMethodsave
Save a set of V1 images for flashing. Parameter is a base filename.
scripts/esptool.py:2141
↓ 1 callersMethodsave
(self, filename)
scripts/esptool.py:2220
↓ 1 callersFunctionsave_as_json
(data, output_file)
screens_editor/font_to_json.py:90
↓ 1 callersFunctionsave_as_json
(data, output_file)
screens_editor/font_def_to_json.py:84
↓ 1 callersMethodsave_extended_header
(self, save_file)
scripts/esptool.py:2487
↓ 1 callersMethodsave_flash_segment
Save the next segment to the image file, return next checksum value if provided
scripts/esptool.py:2449
↓ 1 callersFunctionsendString
RX_FSK/src/posinfo.cpp:235
↓ 1 callersFunctionsend_packet
Write packet to serial and flush.
ttgoconfig/improv_serial.py:53
↓ 1 callersMethodsetContrast
RX_FSK/src/Display.cpp:295
↓ 1 callersMethodsetLayout
RX_FSK/src/Display.cpp:1249
↓ 1 callersMethodset_scale
(self, scale)
screens_editor/layout_editor.py:153
↓ 1 callersMethodsplit_image
Return a new ImageSegment which splits "split_len" bytes from the beginning of the data. Remaining bytes are kept in this segment obj
scripts/esptool.py:1969
↓ 1 callersMethodsync
(self)
scripts/esptool.py:436
↓ 1 callersFunctiontcpclient_fsm_single
RX_FSK/src/conn-aprs.cpp:253
↓ 1 callersFunctiontest_connection
GET status.json. Return (ok, message).
ttgoconfig/wifi_ops.py:216
↓ 1 callersMethodto_binary
(self)
scripts/gen_esp32part.py:285
↓ 1 callersFunctiontrace_invert
RX_FSK/src/nav_gps_vel.cpp:706
↓ 1 callersMethodtrim
RX_FSK/src/Display.h:142
↓ 1 callersFunctionu4
RX_FSK/src/MP3H.cpp:197
↓ 1 callersFunctionunpack_image
Read a LittleFS image file and extract all files to dest_dir.
ttgoconfig/littlefs_helper.py:68
↓ 1 callersMethodupdateDisplayRSSI
RX_FSK/src/Sonde.cpp:857
↓ 1 callersFunctionupdate_checkM10M20
RX_FSK/src/M10M20.cpp:192
↓ 1 callersMethodupdate_drawing_size
Update the size of the drawing area.
screens_editor/drawing_area.py:95
↓ 1 callersMethodupdate_frame
Update the frame surrounding the drawing area.
screens_editor/drawing_area.py:111
↓ 1 callersMethodupdate_layout
Update the layout to center the fixed-size object in the available space.
screens_editor/drawing_area.py:64
↓ 1 callersMethodverify
(self)
scripts/gen_esp32part.py:206
↓ 1 callersFunctionverify_flash
(esp, args)
scripts/esptool.py:3190
↓ 1 callersMethodverify_size_fits
Check that partition table fits into the given flash size. Raises InputError otherwise.
scripts/gen_esp32part.py:254
↓ 1 callersMethodwarn_if_unusual_segment
(self, offset, size, is_irom_segment)
scripts/esptool.py:2036
← previousnext →401–500 of 1,060, ranked by callers