Skip to content

Commit 9f91eb4

Browse files
committed
changed refresh_time as requested
1 parent acfb18d commit 9f91eb4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/pimoroni_inky_frame_5_7/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void board_init(void) {
110110
false, // color_bits_inverted
111111
0x000000, // highlight_color
112112
refresh_sequence, sizeof(refresh_sequence),
113-
2.0, // refresh_time
113+
28.0, // refresh_time
114114
NULL, // busy_pin
115115
false, // busy_state
116116
40.0, // seconds_per_frame

0 commit comments

Comments
 (0)