-
Notifications
You must be signed in to change notification settings - Fork 37
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
Example with bitmaps #4
Comments
Based on the examples provided, i created a small sketch of how to display just an image or text and image. Sketch: #include <GxEPD2_BW.h> // ESP8266 SS=15,SCL(SCK)=14,SDA(MOSI)=13,BUSY=16,RST=5,DC=4 // 2.13'' EPD Module // 2.9'' EPD Module void setup() { void drawImage(const unsigned char* Image) void drawImageandText(const unsigned char* Image) void loop() { } Logos: const unsigned char ESPRESSIF [] PROGMEM = { |
Do you have any example how to display bitmaps on this display? From what I've seen in the files, these are just examples with text.
The text was updated successfully, but these errors were encountered: