File tree Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ void board_init(void) {
93
93
16 , // Color depth
94
94
false, // Grayscale
95
95
false, // Pixels in a byte share a row. Only used for depth < 8
96
+ 1 , // bytes per cell. Only valid for depths < 8
97
+ false, // reverse_pixels_in_byte. Only valid for depths < 8
96
98
MIPI_COMMAND_SET_COLUMN_ADDRESS , // Set column command
97
99
MIPI_COMMAND_SET_PAGE_ADDRESS , // Set row command
98
100
MIPI_COMMAND_WRITE_MEMORY_START , // Write memory command
Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ void board_init(void) {
95
95
16 , // Color depth
96
96
false, // grayscale
97
97
false, // pixels in byte share row. only used for depth < 8
98
+ 1 , // bytes per cell. Only valid for depths < 8
99
+ false, // reverse_pixels_in_byte. Only valid for depths < 8
98
100
MIPI_COMMAND_SET_COLUMN_ADDRESS , // Set column command
99
101
MIPI_COMMAND_SET_PAGE_ADDRESS , // Set row command
100
102
MIPI_COMMAND_WRITE_MEMORY_START , // Write memory command
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ void board_init(void) {
73
73
16 , // Color depth
74
74
false, // grayscale
75
75
false, // pixels in byte share row. Only used for depth < 8
76
+ 1 , // bytes per cell. Only valid for depths < 8
77
+ false, // reverse_pixels_in_byte. Only valid for depths < 8
76
78
MIPI_COMMAND_SET_COLUMN_ADDRESS , // Set column command
77
79
MIPI_COMMAND_SET_PAGE_ADDRESS , // Set row command
78
80
MIPI_COMMAND_WRITE_MEMORY_START , // Write memory command
Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ void board_init(void) {
95
95
16 , // Color depth
96
96
false, // Grayscale
97
97
false, // pixels in a byte share a row. Only valid for depths < 8
98
+ 1 , // bytes per cell. Only valid for depths < 8
99
+ false, // reverse_pixels_in_byte. Only valid for depths < 8
98
100
MIPI_COMMAND_SET_COLUMN_ADDRESS , // Set column command
99
101
MIPI_COMMAND_SET_PAGE_ADDRESS , // Set row command
100
102
MIPI_COMMAND_WRITE_MEMORY_START , // Write memory command
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ void board_init(void) {
73
73
16 , // Color depth
74
74
false, // Grayscale
75
75
false, // pixels in a byte share a row. Only valid for depths < 8
76
+ 1 , // bytes per cell. Only valid for depths < 8
77
+ false, // reverse_pixels_in_byte. Only valid for depths < 8
76
78
MIPI_COMMAND_SET_COLUMN_ADDRESS , // Set column command
77
79
MIPI_COMMAND_SET_PAGE_ADDRESS , // Set row command
78
80
MIPI_COMMAND_WRITE_MEMORY_START , // Write memory command
Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ void board_init(void) {
85
85
16 , // Color depth
86
86
false, // grayscale
87
87
false, // pixels_in_byte_share_row (unused for depths > 8)
88
+ 1 , // bytes per cell. Only valid for depths < 8
89
+ false, // reverse_pixels_in_byte. Only valid for depths < 8
88
90
MIPI_COMMAND_SET_COLUMN_ADDRESS , // Set column command
89
91
MIPI_COMMAND_SET_PAGE_ADDRESS , // Set row command
90
92
MIPI_COMMAND_WRITE_MEMORY_START , // Write memory command
Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ void board_init(void) {
93
93
16 , // Color depth
94
94
false, // grayscale
95
95
false, // pixels in byte share row. Only used with depth < 8
96
+ 1 , // bytes per cell. Only valid for depths < 8
97
+ false, // reverse_pixels_in_byte. Only valid for depths < 8
96
98
MIPI_COMMAND_SET_COLUMN_ADDRESS , // Set column command
97
99
MIPI_COMMAND_SET_PAGE_ADDRESS , // Set row command
98
100
MIPI_COMMAND_WRITE_MEMORY_START , // Write memory command
You can’t perform that action at this time.
0 commit comments