adding comment to trigger arduino CI
This commit is contained in:
parent
f95073ed9a
commit
295153b39b
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
// SPDX-FileCopyrightText: 2023 Liz Clark for Adafruit Industries
|
// SPDX-FileCopyrightText: 2023 Liz Clark for Adafruit Industries
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
// Feather DVI Video Synth
|
||||||
|
|
||||||
#include <PicoDVI.h>
|
#include <PicoDVI.h>
|
||||||
|
|
||||||
DVIGFX16 display(DVI_RES_320x240p60, adafruit_feather_dvi_cfg);
|
DVIGFX16 display(DVI_RES_320x240p60, adafruit_feather_dvi_cfg);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue