We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f913b17 commit debe194Copy full SHA for debe194
examples/raspberrypi/rp2xxx/src/ssd1306_oled.zig
@@ -4,7 +4,7 @@ const rp2xxx = microzig.hal;
4
const time = rp2xxx.time;
5
const gpio = rp2xxx.gpio;
6
const i2c = rp2xxx.i2c;
7
-const font8x8 = @import("font8x8"); //zig fetch --save=font8x8 git+https://github.com/Gnyblast/zig-ssd1306-gddram-fonts
+const font8x8 = @import("font8x8");
8
9
// Compile-time pin configuration
10
const pin_config = rp2xxx.pins.GlobalConfiguration{
0 commit comments