Inkplate-Arduino-library icon indicating copy to clipboard operation
Inkplate-Arduino-library copied to clipboard

Inkplate family Arduino library. The easiest way to add e-paper to your project.

Results 46 Inkplate-Arduino-library issues
Sort by recently updated
recently updated
newest added

Per the ESP32 documentation, _GPI: GPIO34-39 can only be set as input mode and do not have software-enabled pullup or pulldown functions._ https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/gpio.html I believe this is why I'm seeing...

I use a developer preview build of macOS for work, and I think an upcoming release is going to break the compilation process. https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes#Python Basically, "python" won't be available in...

Fix for #151 Removes the redundant call to tsInit(). Also the touchscreen triggers GPIO36 (not GPIO34.)

Hello, I'm opening a separated bug for this problem already mentioned in this issue #98. I'm trying to pair my Inkplate 6 with a BT 3.0 Keyboard and it doesn't...

Hi, i own a inplate 6. I download a generated png file from a local server. Generaly this works without issues in 3Bit mode, but in 1Bit mode I get...

I have an Inkplate 10 project that's using the sample [`Image_Frame`](https://github.com/e-radionicacom/Inkplate-Arduino-library/blob/master/examples/Inkplate10/Projects/Image_Frame/Image_Frame.ino) code, but to pull a thumbnail image from Google Slides instead of Unsplash. Attached is an example of the...

Use the function provided by Image to get display dimensions accounting for rotation

If I use Inkplate.h and FS/SPIFFS in the same sketch, like this #include "Inkplate.h" // Include Inkplate library to the sketch #include "FS.h" #include "SPIFFS.h" I get a namespace clash...

As the activation of API keys can take a while it is a common situation to try this with a not-yet-activated API key, which results in a HTTP 401. While...

Hi, I am very happy with my Inkplates 6. I also use a battery to be able to use the device without a cable. To check the status of the...