Skip to content

Commit 123aad7

Browse files
committed
optimize parameters
1 parent 3c10409 commit 123aad7

File tree

1 file changed

+2
-2
lines changed
  • ports/raspberrypi/boards/pimoroni_inky_frame_5_7

1 file changed

+2
-2
lines changed

ports/raspberrypi/boards/pimoroni_inky_frame_5_7/board.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ void board_init(void) {
111111
false, // color_bits_inverted
112112
0x000000, // highlight_color
113113
refresh_sequence, sizeof(refresh_sequence),
114-
28.0, // refresh_time
114+
2.0, // refresh_time
115115
NULL, // busy_pin
116116
false, // busy_state
117-
30.0, // seconds_per_frame
117+
40.0, // seconds_per_frame
118118
false, // always_toggle_chip_select
119119
false, // grayscale
120120
true, // acep

0 commit comments

Comments
 (0)