Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/freakwan
/ functions
Functions
351 in github.com/antirez/freakwan
⨍
Functions
351
◇
Types & classes
45
Function
linenoise
The high level function that is the main API of the linenoise library. * This function checks if the terminal has basic capabilities, just checking
osx-bte-cli/linenoise.c:1188
Function
linenoiseAddCompletion
This function is used by the callback function registered by the user * in order to add completion options given the input string when the * user ty
osx-bte-cli/linenoise.c:462
Function
linenoiseAtExit
At exit we'll try to fix the terminal to the initial conditions. */
osx-bte-cli/linenoise.c:1237
Function
linenoiseFree
This is just a wrapper the user may want to call in order to make sure * the linenoise returned buffer is freed with the same allocator it was * cre
osx-bte-cli/linenoise.c:1217
Function
linenoiseHide
Hide the current line, when using the multiplexing API. */
osx-bte-cli/linenoise.c:705
Function
linenoiseHistoryLoad
Load the history from the specified file. If the file does not exist * zero is returned and no operation is performed. * * If the file exists and t
osx-bte-cli/linenoise.c:1332
Function
linenoiseHistorySave
Save the history in the specified file. On success 0 is returned * otherwise -1 is returned. */
osx-bte-cli/linenoise.c:1312
Function
linenoiseHistorySetMaxLen
Set the maximum length for the history. This function can be called even * if there is already some history, the function will make sure to retain *
osx-bte-cli/linenoise.c:1282
Function
linenoiseMaskModeDisable
Disable mask mode. */
osx-bte-cli/linenoise.c:198
Function
linenoiseMaskModeEnable
Enable "mask mode". When it is enabled, instead of the input that * the user is typing, the terminal will just display a corresponding * number of a
osx-bte-cli/linenoise.c:193
Function
linenoisePrintKeyCodes
This special mode is used by linenoise in order to print scan codes * on screen for debugging / development purposes. It is implemented * by the lin
osx-bte-cli/linenoise.c:1122
Function
linenoiseSetCompletionCallback
Register a callback function to be called for tab-completion. */
osx-bte-cli/linenoise.c:442
Function
linenoiseSetFreeHintsCallback
Register a function to free the hints returned by the hints callback * registered with linenoiseSetHintsCallback(). */
osx-bte-cli/linenoise.c:454
Function
linenoiseSetHintsCallback
Register a hits function to be called to show hits to the user at the * right of the prompt. */
osx-bte-cli/linenoise.c:448
Function
linenoiseSetMultiLine
Set if to use or not the multi line mode. */
osx-bte-cli/linenoise.c:203
Function
linenoiseShow
Show the current line, when using the multiplexing API. */
osx-bte-cli/linenoise.c:713
Method
lora_tx_done
(self)
freakwan.py:397
Function
main
font-4x6/font_to_py.c:11
Function
main
fci/pngtofci.c:355
Method
min_refresh_time
(self)
views.py:63
Method
min_refresh_time
(self)
scroller.py:157
Method
modem_is_receiving_packet
(self)
sx1262.py:384
Function
onrx
(lora_instance,packet,rssi,bad_crc)
sx1262.py:417
Method
power_up
(freakwan)
devices/device_config.t3_v2_1_6.py:15
Method
power_up
(freakwan)
devices/device_config.t3_s3_v1_2.py:15
Method
power_up
(freakwan)
devices/device_config.tbeam_t22_v1_1.py:16
Method
power_up
(freakwan)
devices/device_config.heltec_v3.py:21
Method
power_up
(freakwan)
devices/device_config.pico.lora.sx1262.868m.py:7
Method
power_up
(freakwan)
devices/device_config.t_watch_s3.py:32
Method
print
(self,msg)
scroller.py:194
Function
receive_callback
()
bt.py:163
Method
receive_callback
(self,lora_instance,packet,RSSI)
example.py:37
Method
receive_lora_packet
(self,lora_instance,packet,rssi,bad_crc)
freakwan.py:542
Method
rect
(self,x,y,w,h,color,fill=False)
st7789.py:227
Method
refresh
(self)
views.py:22
Method
refresh
(self,show=True)
scroller.py:168
Method
reply_to_serial
(self,msg)
freakwan.py:801
Method
run
(self)
telegram.py:38
Method
send
(self,chat_id,text,glue=False)
telegram.py:254
Method
set_contrast
(self,contrast)
scroller.py:44
Method
show_mono
(self)
st7789.py:342
Method
show_rgb
(self)
st7789.py:317
Method
size
(self)
fci.py:23
Method
stop
(self)
networking.py:208
Method
stop
(self)
telegram.py:32
Method
telegram_receive_callback
(self,bot,msg_type,chat_name,sender_name,chat_id,text,entry)
freakwan.py:737
Method
txrxdone
(self, pin)
sx1276.py:252
Method
txrxdone
(self, pin)
sx1262.py:322
Method
wait_for_connection
(self)
networking.py:217
Method
write_cmd
(self, cmd)
ssd1306.py:141
Method
write_data
(self, buf)
ssd1306.py:149
← previous
301–351 of 351, ranked by callers