mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ws: another guess at width/height based on Android SDK decompilation
This commit is contained in:
parent
e9527ebaed
commit
9209f8fb7f
1 changed files with 2 additions and 2 deletions
|
@ -79,9 +79,9 @@ typedef enum {
|
||||||
|
|
||||||
static model_t models[] = {
|
static model_t models[] = {
|
||||||
{"2.13 inch e-paper", 16, 122, 250}, // tested
|
{"2.13 inch e-paper", 16, 122, 250}, // tested
|
||||||
{"2.9 inch e-paper", 16, 128, 296},
|
{"2.9 inch e-paper", 16, 296, 128},
|
||||||
{"4.2 inch e-paper", 100, 400, 300}, // tested
|
{"4.2 inch e-paper", 100, 400, 300}, // tested
|
||||||
{"7.5 inch e-paper", 120, 480, 800},
|
{"7.5 inch e-paper", 120, 800, 480},
|
||||||
{"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},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue