mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Merge pull request #1057 from nyanotech/waveshare-canvas-size
waveshare: fix dimensions of 2.7" screen, test 1.54" screen
This commit is contained in:
commit
0dd4786361
1 changed files with 2 additions and 2 deletions
|
@ -83,9 +83,9 @@ static model_t models[] = {
|
|||
{"2.9 inch e-paper", 16, 296, 128},
|
||||
{"4.2 inch e-paper", 100, 400, 300}, // tested
|
||||
{"7.5 inch e-paper", 120, 800, 480},
|
||||
{"2.7 inch e-paper", 121, 276, 176},
|
||||
{"2.7 inch e-paper", 121, 176, 276}, // tested
|
||||
{"2.13 inch e-paper B (with red)", 106, 212, 104},
|
||||
{"1.54 inch e-paper B (with red)", 100, 200, 200},
|
||||
{"1.54 inch e-paper B (with red)", 100, 200, 200}, // tested
|
||||
{"7.5 inch e-paper HD", 120, 880, 528},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue