File tree Expand file tree Collapse file tree 11 files changed +13
-0
lines changed
atmel-samd/boards/openbook_m4
adafruit_magtag_2.9_grayscale
elecrow_crowpanel_4_2_epaper
heltec_vision_master_e290
bradanlanestudio_explorer_rp2040 Expand file tree Collapse file tree 11 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ void board_init(void) {
76
76
NO_COMMAND , // write_color_ram_command (can add this for grayscale eventually)
77
77
false, // color_bits_inverted
78
78
0x000000 , // highlight_color
79
+ 0x000000 , // highlight_color2
79
80
refresh_sequence , // refresh_display_sequence
80
81
sizeof (refresh_sequence ),
81
82
40 , // refresh_time
Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ void board_init(void) {
239
239
0x26 , // write_color_ram_command
240
240
false, // color_bits_inverted
241
241
0x000000 , // highlight_color
242
+ 0x000000 , // highlight_color2
242
243
ssd1680_display_refresh_sequence , sizeof (ssd1680_display_refresh_sequence ),
243
244
1.0 , // refresh_time
244
245
& pin_GPIO5 , // busy_pin
@@ -273,6 +274,7 @@ void board_init(void) {
273
274
0x13 , // write_color_ram_command
274
275
false, // color_bits_inverted
275
276
0x000000 , // highlight_color
277
+ 0x000000 , // highlight_color2
276
278
il0373_display_refresh_sequence , sizeof (il0373_display_refresh_sequence ),
277
279
1.0 , // refresh_time
278
280
& pin_GPIO5 , // busy_pin
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ void board_init(void) {
88
88
0x26 , // write_color_ram_command
89
89
false, // color_bits_inverted
90
90
0x000000 , // highlight_color
91
+ 0x000000 , // highlight_color2
91
92
refresh_sequence , sizeof (refresh_sequence ), // refresh_display_command
92
93
1.0 , // refresh_time
93
94
& pin_GPIO48 , // busy_pin
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ void board_init(void) {
86
86
0x26 , // write_color_ram_command
87
87
false, // color_bits_inverted
88
88
0xFF0000 , // highlight_color
89
+ 0x000000 , // highlight_color2
89
90
refresh_sequence , sizeof (refresh_sequence ), // refresh_display_command
90
91
1.0 , // refresh_time
91
92
& pin_GPIO6 , // busy_pin
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ void board_init(void) {
126
126
0x10 , // write_color_ram_command
127
127
false, // color_bits_inverted
128
128
0x000000 , // highlight_color
129
+ 0x000000 , // highlight_color2
129
130
refresh_sequence , sizeof (refresh_sequence ), // refresh_display_command
130
131
1.0 , // refresh_time
131
132
& pin_GPIO7 , // busy_pin
Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ void board_init(void) {
182
182
0x26 , // write_color_ram_command
183
183
false, // color_bits_inverted
184
184
0x000000 , // highlight_color
185
+ 0x000000 , // highlight_color2
185
186
refresh_sequence , sizeof (refresh_sequence ),
186
187
(double )1.0 , // refresh_time
187
188
& pin_GPIO19 , // busy_pin
Original file line number Diff line number Diff line change @@ -273,6 +273,7 @@ void board_init(void) {
273
273
SSD_WRITE_RAM_RED , // write_color_ram_command
274
274
false, // color_bits_inverted
275
275
0xFF0000 , // highlight_color (RED for tri-color display)
276
+ 0x000000 , // highlight_color2
276
277
_refresh_sequence_ssd1681 , sizeof (_refresh_sequence_ssd1681 ), // refresh_display_command
277
278
refresh_time , // refresh_time
278
279
& pin_GPIO9 , // DEFAULT_SPI_BUS_BUSY, // busy_pin
@@ -307,6 +308,7 @@ void board_init(void) {
307
308
NO_COMMAND , // write_color_ram_command
308
309
false, // color_bits_inverted
309
310
0x000000 , // highlight_color (RED for tri-color display)
311
+ 0x000000 , // highlight_color2
310
312
_refresh_sequence_ssd1608 , sizeof (_refresh_sequence_ssd1608 ), // refresh_display_command
311
313
refresh_time , // refresh_time
312
314
& pin_GPIO9 , // DEFAULT_SPI_BUS_BUSY, // busy_pin
Original file line number Diff line number Diff line change @@ -295,6 +295,7 @@ void board_init(void) {
295
295
DTM1 , // write_color_ram_command
296
296
false, // color_bits_inverted
297
297
0x000000 , // highlight_color
298
+ 0x000000 , // highlight_color2
298
299
refresh_sequence , sizeof (refresh_sequence ), // refresh_display_command
299
300
1.0 , // refresh_time
300
301
& pin_GPIO26 , // busy_pin
Original file line number Diff line number Diff line change @@ -295,6 +295,7 @@ void board_init(void) {
295
295
DTM1 , // write_color_ram_command
296
296
false, // color_bits_inverted
297
297
0x000000 , // highlight_color
298
+ 0x000000 , // highlight_color2
298
299
refresh_sequence , sizeof (refresh_sequence ), // refresh_display_command
299
300
1.0 , // refresh_time
300
301
& pin_GPIO26 , // busy_pin
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ void board_init(void) {
89
89
NO_COMMAND , // write_color_ram_command
90
90
false, // color_bits_inverted
91
91
0x000000 , // highlight_color
92
+ 0x000000 , // highlight_color2
92
93
refresh_sequence , sizeof (refresh_sequence ),
93
94
28.0 , // refresh_time
94
95
NULL , // busy_pin
You can’t perform that action at this time.
0 commit comments