Merge pull request #933 from ajaswa/902/stop-using-uart-gpio-for-waveshare

swap out header file for one that doesn't tie up gpio pins 14 and 15 for waveshare_2
This commit is contained in:
Simone Margaritelli 2021-04-18 15:16:23 +02:00 committed by GitHub
commit edc0551e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@
chdir: /usr/local/src/gratis
target: rpi
params:
EPD_IO: epd_io.h
EPD_IO: epd_io_free_uart.h
PANEL_VERSION: 'V231_G2'
when: gratisgit.changed
@ -187,7 +187,7 @@
chdir: /usr/local/src/gratis
target: rpi-install
params:
EPD_IO: epd_io.h
EPD_IO: epd_io_free_uart.h
PANEL_VERSION: 'V231_G2'
when: gratisgit.changed