File tree Expand file tree Collapse file tree
shared-bindings/displayio Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ void board_init(void) {
108108 false, // single_byte_bounds
109109 false, // data_as_commands
110110 true, // auto_refresh
111- 60 ); // native_frames_per_second
111+ 60 , // native_frames_per_second
112+ true); // backlight_on_high
112113}
113114
114115bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -88,7 +88,8 @@ void board_init(void) {
8888 false, // single_byte_bounds
8989 false, // data_as_commands
9090 true, // auto_refresh
91- 60 ); // native_frames_per_second
91+ 60 , // native_frames_per_second
92+ true); // backlight_on_high
9293}
9394
9495bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ void board_init(void) {
8989 false, // single_byte_bounds
9090 false, // data_as_commands
9191 true, // auto_refresh
92- 60 ); // native_frames_per_second
92+ 60 , // native_frames_per_second
93+ true); // backlight_on_high
9394}
9495
9596bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -139,7 +139,8 @@ void board_init(void) {
139139 false, // single_byte_bounds
140140 false, // data_as_commands
141141 false, // auto_refresh
142- 20 ); // native_frames_per_second
142+ 20 , // native_frames_per_second
143+ true); // backlight_on_high
143144}
144145
145146bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ void board_init(void) {
111111 false, // single_byte_bounds
112112 false, // data_as_commands
113113 true, // auto_refresh
114- 60 ); // native_frames_per_second
114+ 60 , // native_frames_per_second
115+ true); // backlight_on_high
115116}
116117
117118bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ void board_init(void) {
8989 false, // single_byte_bounds
9090 false, // data_as_commands
9191 true, // auto_refresh
92- 60 ); // native_frames_per_second
92+ 60 , // native_frames_per_second
93+ true); // backlight_on_high
9394}
9495
9596bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ void board_init(void) {
111111 false, // single_byte_bounds
112112 false, // data_as_commands
113113 true, // auto_refresh
114- 60 ); // native_frames_per_second
114+ 60 , // native_frames_per_second
115+ true); // backlight_on_high
115116}
116117
117118bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ void board_init(void) {
8989 false, // single_byte_bounds
9090 false, // data_as_commands
9191 true, // auto_refresh
92- 60 ); // native_frames_per_second
92+ 60 , // native_frames_per_second
93+ true); // backlight_on_high
9394}
9495
9596bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ void board_init(void) {
100100 false, // single_byte_bounds
101101 false, // data_as_commands
102102 true, // auto_refresh
103- 60 ); // native_frames_per_second
103+ 60 , // native_frames_per_second
104+ true); // backlight_on_high
104105}
105106
106107bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -117,7 +117,8 @@ void board_init(void) {
117117 false, // single_byte_bounds
118118 false, // data_as_commands
119119 true, // auto_refresh
120- 60 ); // native_frames_per_second
120+ 60 , // native_frames_per_second
121+ true); // backlight_on_high
121122}
122123
123124bool board_requests_safe_mode (void ) {
You can’t perform that action at this time.
0 commit comments