Skip to content

Commit af6e673

Browse files
authored
Merge pull request #2483 from adafruit/add_picodvi
Adding PicoDVI to deps
2 parents 4a1f324 + 1469ec3 commit af6e673

File tree

4 files changed

+734
-2
lines changed

4 files changed

+734
-2
lines changed

EYESPI/Arduino/Color/EYESPI_Test/EYESPI_Test.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ void show_canvas() {
565565
display.setFont(&FreeSansBold18pt7b); // Use a custom font
566566
display.setTextSize(1); // and reset to 1:1 scale
567567

568-
char *label[] = { "X:", "Y:", "Z:" }; // Labels for each axis
568+
const char *label[] = { "X:", "Y:", "Z:" }; // Labels for each axis
569569
const uint16_t color[] = { 0xF800, 0x07E0, 0x001F }; // Colors for each value
570570

571571
// To get the labels right-aligned, one option would be simple trial and

Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/.feather_rp2040.test.only

Whitespace-only changes.

0 commit comments

Comments
 (0)