Skip to content

Commit

Permalink
Using 60Hz mode for grabber.
Browse files Browse the repository at this point in the history
 * There seems to be Mac's which *won't* do 50Hz. They totally refuse.
  • Loading branch information
mithro committed Aug 12, 2016
1 parent 2e5718c commit db8aa7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/lm32/ci.c
Expand Up @@ -854,8 +854,8 @@ void reconfigure_pyconau2016(void) {
printf("Setting for PyCon AU\r\n");
printf("------------\r\n");

// video_mode 10
video_mode_set(10);
// video_mode 9
video_mode_set(9);

// x c 1 1
video_matrix_connect(VIDEO_IN_HDMI_IN1, VIDEO_OUT_HDMI_OUT1);
Expand Down

0 comments on commit db8aa7f

Please sign in to comment.