Skip to content

Commit

Permalink
Espressif chip supported
Browse files Browse the repository at this point in the history
  • Loading branch information
ondratu committed Dec 11, 2017
1 parent 86ec376 commit 39b4b0a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions PCD8544.cpp
Expand Up @@ -31,7 +31,11 @@
#include <Arduino.h>
#endif

#ifdef ESP_H
#include <pgmspace.h>
#else
#include <avr/pgmspace.h>
#endif


#define PCD8544_CMD LOW
Expand Down
4 changes: 4 additions & 0 deletions charset.cpp
Expand Up @@ -23,7 +23,11 @@
*/


#ifdef ESP_H
#include <pgmspace.h>
#else
#include <avr/pgmspace.h>
#endif


// The 7-bit ASCII character set...
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=PCD8544
version=1.4.3
version=1.4.4
author=Carlos Rodrigues
maintainer=Carlos Rodrigues <cefrodrigues@gmail.com>
sentence=Philips PCD8544 or compatible LCD library.
Expand Down

0 comments on commit 39b4b0a

Please sign in to comment.