mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Added a way to overlay a grid to graph window
This commit is contained in:
parent
67853904cc
commit
bd4cc2c95b
4 changed files with 134 additions and 111 deletions
|
@ -13,6 +13,7 @@ void ShowGui();
|
|||
void HideGraphWindow(void);
|
||||
void ShowGraphWindow(void);
|
||||
void RepaintGraphWindow(void);
|
||||
void SetGraphGrid(int x, int y);
|
||||
void PrintToScrollback(char *fmt, ...);
|
||||
#define MAX_GRAPH_TRACE_LEN (1024*128)
|
||||
extern int GraphBuffer[MAX_GRAPH_TRACE_LEN];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue