Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build issues on esp32 and pic32 platforms. #47

Merged
merged 1 commit into from
Jul 29, 2019

Conversation

sergev
Copy link
Contributor

@sergev sergev commented Feb 5, 2018

This change modifies files Adafruit_PCD8544.h and Adafruit_PCD8544.cpp, to allow compilation on ESP32 and PIC32 platforms.

File Adafruit_PCD8544.h: include file <avr/pgmspace.h> only on AVR platform.

File Adafruit_PCD8544.cpp: define types PortReg; and PortMask as 32-bit values for platforms other than AVR.

BobCochran added a commit to BobCochran/Adafruit-PCD8544-Nokia-5110-LCD-library that referenced this pull request May 3, 2019
This was referenced Jul 29, 2019
@drak7 drak7 merged commit bd8f1a3 into adafruit:master Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants