We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c10409 commit 123aad7Copy full SHA for 123aad7
1 file changed
ports/raspberrypi/boards/pimoroni_inky_frame_5_7/board.c
@@ -111,10 +111,10 @@ void board_init(void) {
111
false, // color_bits_inverted
112
0x000000, // highlight_color
113
refresh_sequence, sizeof(refresh_sequence),
114
- 28.0, // refresh_time
+ 2.0, // refresh_time
115
NULL, // busy_pin
116
false, // busy_state
117
- 30.0, // seconds_per_frame
+ 40.0, // seconds_per_frame
118
false, // always_toggle_chip_select
119
false, // grayscale
120
true, // acep
0 commit comments