File tree Expand file tree Collapse file tree 32 files changed +67
-35
lines changed
adafruit_feather_esp32s2_tftback_nopsram
adafruit_feather_esp32s2_tft
adafruit_feather_esp32s3_tft
espressif_esp32s3_usb_otg_n8
makerdiary_nrf52840_m2_devkit
shared-bindings/displayio Expand file tree Collapse file tree 32 files changed +67
-35
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ void board_init(void) {
111
111
true, // auto_refresh
112
112
60 , // native_frames_per_second
113
113
true, // backlight_on_high
114
- false); // not SH1107
114
+ false, // not SH1107
115
+ 50000 ); // backlight pwm frequency
115
116
}
116
117
117
118
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ void board_init(void) {
91
91
true, // auto_refresh
92
92
60 , // native_frames_per_second
93
93
true, // backlight_on_high
94
- false); // not SH1107
94
+ false, // not SH1107
95
+ 50000 ); // backlight pwm frequency
95
96
}
96
97
97
98
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ void board_init(void) {
92
92
true, // auto_refresh
93
93
60 , // native_frames_per_second
94
94
true, // backlight_on_high
95
- false); // SH1107_addressing
95
+ false, // SH1107_addressing
96
+ 50000 ); // backlight pwm frequency
96
97
}
97
98
98
99
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ void board_init(void) {
90
90
true, // auto_refresh
91
91
2 , // native_frames_per_second
92
92
true, // backlight_on_high
93
- true); // SH1107_addressing
93
+ true, // SH1107_addressing
94
+ 50000 ); // backlight pwm frequency
94
95
}
95
96
96
97
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -144,7 +144,8 @@ void board_init(void) {
144
144
false, // auto_refresh
145
145
20 , // native_frames_per_second
146
146
true, // backlight_on_high
147
- false); // SH1107_addressing
147
+ false, // SH1107_addressing
148
+ 50000 ); // backlight pwm frequency
148
149
}
149
150
150
151
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ void board_init(void) {
114
114
true, // auto_refresh
115
115
60 , // native_frames_per_second
116
116
true, // backlight_on_high
117
- false); // SH1107_addressing
117
+ false, // SH1107_addressing
118
+ 50000 ); // backlight pwm frequency
118
119
}
119
120
120
121
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ void board_init(void) {
114
114
true, // auto_refresh
115
115
60 , // native_frames_per_second
116
116
true, // backlight_on_high
117
- false); // SH1107_addressing
117
+ false, // SH1107_addressing
118
+ 50000 ); // backlight pwm frequency
118
119
}
119
120
120
121
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -101,7 +101,8 @@ void board_init(void) {
101
101
true, // auto_refresh
102
102
60 , // native_frames_per_second
103
103
true, // backlight_on_high
104
- false); // SH1107_addressing
104
+ false, // SH1107_addressing
105
+ 50000 ); // backlight pwm frequency
105
106
}
106
107
107
108
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ void board_init(void) {
118
118
true, // auto_refresh
119
119
60 , // native_frames_per_second
120
120
true, // backlight_on_high
121
- false); // SH1107_addressing
121
+ false, // SH1107_addressing
122
+ 500 ); // backlight_pwm_frequency
122
123
}
123
124
124
125
bool board_requests_safe_mode (void ) {
Original file line number Diff line number Diff line change @@ -109,7 +109,8 @@ void board_init(void) {
109
109
true, // auto_refresh
110
110
60 , // native_frames_per_second
111
111
true, // backlight_on_high
112
- false); // SH1107_addressing
112
+ false, // SH1107_addressing
113
+ 50000 ); // backlight pwm frequency
113
114
114
115
// Enabling the Power of the 40-pin at the back
115
116
CTR_5V .base .type = & digitalio_digitalinout_type ;
You can’t perform that action at this time.
0 commit comments