mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
waveshare: fix dimensions
This commit is contained in:
parent
9751f62940
commit
9247613c0b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ static model_t models[] = {
|
||||||
{"2.7 inch e-paper", 121, 276, 176},
|
{"2.7 inch e-paper", 121, 276, 176},
|
||||||
{"2.13 inch e-paper B", 106, 212, 104},
|
{"2.13 inch e-paper B", 106, 212, 104},
|
||||||
{"1.54 inch e-paper B", 100, 200, 200},
|
{"1.54 inch e-paper B", 100, 200, 200},
|
||||||
{"7.5 inch e-paper HD", 120, 800, 480},
|
{"7.5 inch e-paper HD", 120, 880, 528},
|
||||||
};
|
};
|
||||||
|
|
||||||
static int CmdHelp(const char *Cmd);
|
static int CmdHelp(const char *Cmd);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue