File tree Expand file tree Collapse file tree 18 files changed +42
-23
lines changed
shared-bindings/displayio Expand file tree Collapse file tree 18 files changed +42
-23
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ void board_init(void) {
108
108
false, // single_byte_bounds
109
109
false, // data_as_commands
110
110
true, // auto_refresh
111
- 60 ); // native_frames_per_second
111
+ 60 , // native_frames_per_second
112
+ true); // backlight_on_high
112
113
}
113
114
114
115
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -88,7 +88,8 @@ void board_init(void) {
88
88
false, // single_byte_bounds
89
89
false, // data_as_commands
90
90
true, // auto_refresh
91
- 60 ); // native_frames_per_second
91
+ 60 , // native_frames_per_second
92
+ true); // backlight_on_high
92
93
}
93
94
94
95
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ void board_init(void) {
89
89
false, // single_byte_bounds
90
90
false, // data_as_commands
91
91
true, // auto_refresh
92
- 60 ); // native_frames_per_second
92
+ 60 , // native_frames_per_second
93
+ true); // backlight_on_high
93
94
}
94
95
95
96
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -139,7 +139,8 @@ void board_init(void) {
139
139
false, // single_byte_bounds
140
140
false, // data_as_commands
141
141
false, // auto_refresh
142
- 20 ); // native_frames_per_second
142
+ 20 , // native_frames_per_second
143
+ true); // backlight_on_high
143
144
}
144
145
145
146
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ void board_init(void) {
111
111
false, // single_byte_bounds
112
112
false, // data_as_commands
113
113
true, // auto_refresh
114
- 60 ); // native_frames_per_second
114
+ 60 , // native_frames_per_second
115
+ true); // backlight_on_high
115
116
}
116
117
117
118
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ void board_init(void) {
89
89
false, // single_byte_bounds
90
90
false, // data_as_commands
91
91
true, // auto_refresh
92
- 60 ); // native_frames_per_second
92
+ 60 , // native_frames_per_second
93
+ true); // backlight_on_high
93
94
}
94
95
95
96
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ void board_init(void) {
111
111
false, // single_byte_bounds
112
112
false, // data_as_commands
113
113
true, // auto_refresh
114
- 60 ); // native_frames_per_second
114
+ 60 , // native_frames_per_second
115
+ true); // backlight_on_high
115
116
}
116
117
117
118
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ void board_init(void) {
89
89
false, // single_byte_bounds
90
90
false, // data_as_commands
91
91
true, // auto_refresh
92
- 60 ); // native_frames_per_second
92
+ 60 , // native_frames_per_second
93
+ true); // backlight_on_high
93
94
}
94
95
95
96
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ void board_init(void) {
100
100
false, // single_byte_bounds
101
101
false, // data_as_commands
102
102
true, // auto_refresh
103
- 60 ); // native_frames_per_second
103
+ 60 , // native_frames_per_second
104
+ true); // backlight_on_high
104
105
}
105
106
106
107
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -117,7 +117,8 @@ void board_init(void) {
117
117
false, // single_byte_bounds
118
118
false, // data_as_commands
119
119
true, // auto_refresh
120
- 60 ); // native_frames_per_second
120
+ 60 , // native_frames_per_second
121
+ true); // backlight_on_high
121
122
}
122
123
123
124
bool board_requests_safe_mode (void ) {
You can’t perform that action at this time.
0 commit comments