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:
Iceman 2020-11-12 21:56:30 +01:00 committed by GitHub
commit 0dd4786361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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},
};