Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Platforms/VisionMasterE213/VisionMasterE213.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define ALL_IN_ONE true // Allow a short constructor: display pins are fixed
#define DEFAULT_SDI 6
#define DEFAULT_CLK 4
#define DEFAULT_MISO 33 // Arbitrary, not connected on PCB. Suppress compiler warning
#define DEFAULT_MISO 40 // Arbitrary, not connected on PCB. Suppress compiler warning

// Paging
#define DEFAULT_PAGE_HEIGHT panel_height // On this platform, these defaults are fixed: there is currently no support for paging
Expand Down
2 changes: 1 addition & 1 deletion src/Platforms/VisionMasterE290/VisionMasterE290.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define ALL_IN_ONE true // Allow a short constructor: display pins are fixed
#define DEFAULT_SDI 1
#define DEFAULT_CLK 2
#define DEFAULT_MISO 33 // Arbitrary, not connected on PCB. Suppress compiler warning.
#define DEFAULT_MISO 40 // Arbitrary, not connected on PCB. Suppress compiler warning.

// Paging
#define DEFAULT_PAGE_HEIGHT panel_height // On this platform, these defaults are fixed: there is currently no support for paging
Expand Down