Skip to content

Commit e0f5926

Browse files
committed
Uncommented pinselectsetup
1 parent 6f349b4 commit e0f5926

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

hardware/zpuino/zpu/libraries/VGA/examples/Bricks_Example/Bricks_Example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void setup_pin_select() {
8383
void setup() {
8484

8585
//Uncomment this if you are using the pinselect variant
86-
//setup_pin_select();
86+
setup_pin_select();
8787

8888
/* For simulation, test only */
8989
clear();

hardware/zpuino/zpu/libraries/VGA/examples/Color_Bar/Color_Bar.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void setup_pin_select() {
7777
void setup() {
7878

7979
//Uncomment this if you are using the pinselect variant
80-
//setup_pin_select();
80+
setup_pin_select();
8181

8282
int width = VGA.getHSize();
8383
int height = VGA.getVSize();

hardware/zpuino/zpu/libraries/VGA/examples/Hello_World/Hello_World.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ void setup_pin_select() {
7474
void setup() {
7575

7676
//Uncomment this if you are using the pinselect variant
77-
//setup_pin_select();
77+
setup_pin_select();
7878

7979
VGA.clear();
8080
VGA.setBackgroundColor(BLACK);

hardware/zpuino/zpu/libraries/VGA/examples/Load_Image/Load_Image.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void setup_pin_select() {
7575
void setup() {
7676

7777
//Uncomment this if you are using the pinselect variant
78-
//setup_pin_select();
78+
setup_pin_select();
7979

8080
VGA.clear();
8181

hardware/zpuino/zpu/libraries/VGALiquidCrystal/examples/LCD_Demo/LCD_Demo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void setup_pin_select() {
7777
void setup() {
7878

7979
//Uncomment this if you are using the pinselect variant
80-
//setup_pin_select();
80+
setup_pin_select();
8181
VGA.clear();
8282

8383
// set up the LCD's number of columns and rows:

hardware/zpuino/zpu/libraries/VGALiquidCrystal/examples/spaceinvaders_image/spaceinvaders_image.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ void hd44780_draw()
459459
void setup() {
460460

461461
//Uncomment this if you are using the pinselect variant
462-
//setup_pin_select();
462+
setup_pin_select();
463463
VGA.clear();
464464

465465
//Background Image

hardware/zpuino/zpu/libraries/VGALiquidCrystal/examples/spaceinvaders_simple/spaceinvaders_simple.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ byte charSP12b[8] = {
420420
void setup() {
421421

422422
//Uncomment this if you are using the pinselect variant
423-
//setup_pin_select();
423+
setup_pin_select();
424424
VGA.clear();
425425
/* pinMode(AH7, OUTPUT); //Set contrast to GND
426426
digitalWrite(AH7, LOW); //Set contrast to GND

0 commit comments

Comments
 (0)