added missing pullup on gpio 27

Former-commit-id: e3f51d4d3edc414c6fafd2460c32f07a631a8f11
Former-commit-id: c6015fbeb1ca28d89af9c7f75524288bc12211e6
This commit is contained in:
Nathan 2017-09-17 11:21:26 -05:00
parent 28cc65fc6a
commit 767d8dd024

View file

@ -11,6 +11,8 @@ void init(char *title)
pullUpDnControl (23, PUD_UP);
pinMode(22, INPUT);
pullUpDnControl (22, PUD_UP);
pinMode(27, INPUT);
pullUpDnControl (27, PUD_UP);
putenv((char*)"FRAMEBUFFER=/dev/fb1");
putenv((char*)"SDL_FBDEV=/dev/fb1");