Skip to content

Commit

Permalink
bump SPI frequency to 12MHz (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite authored May 15, 2024
1 parent 768bbec commit f99f87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/badge.zig
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pub fn main() !void {
.dord = .MSB,
.dopo = .PAD2,
.ref_freq_hz = 120_000_000,
.baud_freq_hz = 4_000_000,
.baud_freq_hz = 12_000_000,
}),
.pins = .{
.rst = board.TFT_RST,
Expand Down

0 comments on commit f99f87c

Please sign in to comment.