mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
Add Waveshare support (bitmap ok, RGB maybe broken?)
This commit is contained in:
parent
9abbcab4a5
commit
b9329ce555
8 changed files with 897 additions and 4 deletions
10
client/src/cmdhfwaveshare.h
Normal file
10
client/src/cmdhfwaveshare.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// Waveshare commands
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef CMDHFWQVESHARE_H__
|
||||
#define CMDHFWAVESHARE_H__
|
||||
|
||||
int CmdHFWaveshare(const char *Cmd);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue