File tree Expand file tree Collapse file tree
makerdiary_nrf52840_m2_devkit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ void board_init(void) {
110110 false, // data_as_commands
111111 true, // auto_refresh
112112 60 , // native_frames_per_second
113- true); // backlight_on_high
113+ true, // backlight_on_high
114+ false); // not SH1107
114115}
115116
116117bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ void board_init(void) {
9191 false, // data_as_commands
9292 true, // auto_refresh
9393 60 , // native_frames_per_second
94- true); // backlight_on_high
94+ true, // backlight_on_high
95+ false); // not SH1107
9596}
9697
9798bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ void board_init(void) {
9292 false, // data_as_commands
9393 true, // auto_refresh
9494 60 , // native_frames_per_second
95- true); // backlight_on_high
95+ true, // backlight_on_high
96+ false); // SH1107_addressing
9697}
9798
9899bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -143,7 +143,8 @@ void board_init(void) {
143143 false, // data_as_commands
144144 false, // auto_refresh
145145 20 , // native_frames_per_second
146- true); // backlight_on_high
146+ true, // backlight_on_high
147+ false); // SH1107_addressing
147148}
148149
149150bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ void board_init(void) {
114114 false, // data_as_commands
115115 true, // auto_refresh
116116 60 , // native_frames_per_second
117- true); // backlight_on_high
117+ true, // backlight_on_high
118+ false); // SH1107_addressing
118119}
119120
120121bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ void board_init(void) {
9292 false, // data_as_commands
9393 true, // auto_refresh
9494 60 , // native_frames_per_second
95- true); // backlight_on_high
95+ true, // backlight_on_high
96+ false); // SH1107_addressing
9697}
9798
9899bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ void board_init(void) {
114114 false, // data_as_commands
115115 true, // auto_refresh
116116 60 , // native_frames_per_second
117- true); // backlight_on_high
117+ true, // backlight_on_high
118+ false); // SH1107_addressing
118119}
119120
120121bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ void board_init(void) {
9292 false, // data_as_commands
9393 true, // auto_refresh
9494 60 , // native_frames_per_second
95- true); // backlight_on_high
95+ true, // backlight_on_high
96+ false); // SH1107_addressing
9697}
9798
9899bool 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, // data_as_commands
101101 true, // auto_refresh
102102 60 , // native_frames_per_second
103- true); // backlight_on_high
103+ true, // backlight_on_high
104+ false); // SH1107_addressing
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, // data_as_commands
118118 true, // auto_refresh
119119 60 , // native_frames_per_second
120- true); // backlight_on_high
120+ true, // backlight_on_high
121+ false); // SH1107_addressing
121122}
122123
123124bool board_requests_safe_mode (void ) {
You can’t perform that action at this time.
0 commit comments