Skip to content

Commit 44e4cdd

Browse files
committed
remove 2350 example, update comment in 2040 example
1 parent f4eee1f commit 44e4cdd

File tree

3 files changed

+3
-31
lines changed

3 files changed

+3
-31
lines changed

PiCowbell_HSTX_DVI_Examples/arduino_rp2040_hstx_dvi_cowbell/arduino_rp2040_hstx_dvi_cowbell.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
// Here's how a 320x240 16-bit color framebuffer is declared. Double-buffering
1212
// is not an option in 16-bit color mode, just not enough RAM; all drawing
1313
// operations are shown as they occur. Second argument is a hardware
14-
// configuration -- examples are written for Adafruit Feather RP2040 DVI, but
15-
// that's easily switched out for boards like the Pimoroni Pico DV (use
16-
// 'pimoroni_demo_hdmi_cfg') or Pico DVI Sock ('pico_sock_cfg').
14+
// configuration -- this example is written for Adafruit PiCowBell HSTX DVI,
15+
// and Raspberry Pi RP2040, but that's easily switched out for boards
16+
// like the Pimoroni Pico DV (use 'pimoroni_demo_hdmi_cfg') or Pico DVI Sock ('pico_sock_cfg').
1717
DVIGFX16 display(DVI_RES_320x240p60, adafruit_hstxdvibell_cfg);
1818

1919
// A 400x240 mode is possible but pushes overclocking even higher than

PiCowbell_HSTX_DVI_Examples/arduino_rp2350_hstx_dvi_cowbell/.pico_rp2350.test.only

Whitespace-only changes.

PiCowbell_HSTX_DVI_Examples/arduino_rp2350_hstx_dvi_cowbell/arduino_rp2350_hstx_dvi_cowbell.ino

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)