Giter Site home page Giter Site logo

vedantparanjape / esp-epaper-display Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 14.0 8.4 MB

ESP-IDF component for waveshare epaper displays

License: Other

CMake 0.24% Makefile 0.06% C++ 20.83% C 78.87%
c embedded epaper-displays esp-idf esp32 waveshare

esp-epaper-display's Introduction

Hi ๐Ÿ‘‹, I'm Vedant

I am a developer from India, I have decent experience in Operating Systems, Embedded systems, and Compilers

vedantparanjape

  • ๐Ÿ’ป Currently working on adding multistream support to VIMC.
  • ๐ŸŒฑ Iโ€™m currently learning Compiler optimizations
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Systems projects
  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at ve0x10.me
  • ๐Ÿ“ I regulary write articles on ve0x10.me/blog
  • ๐Ÿ’ฌ Ask me about Operating Systems, Compilers, Embeddded systems, C/C++, Networking
  • ๐Ÿ“ซ How to reach me IRC vedant16:matrix.org

esp-epaper-display's People

Contributors

isaacnez avatar kaiserdragon2 avatar keredson avatar step0035 avatar vedantparanjape avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

esp-epaper-display's Issues

SPI Fails for new ESP-IDF

Hi,

First, thanks for this amazing port! It saved me a lot of headaches. For the past year, I have been using it over ESP-IDF v4.3 and v4.4.2 but I had to do some minor changes to make it run.

First, the includes for epdif.h and other alike had to be changed to epdif.cpp and similar. Likewise, I had to remove the definiton of SPI_HOST because it is now defined under spi_types.h

It would be my privilege to contribute to the project. I have already fixed them on my local branch but I lack the permissions to push it to the repo and then open a pull request.

I also plan to introduce version checking to make it more adaptable.

Let me know if you are interested!

Wrong SPI host

Hi there, I ran into a fault when I need to init SPI for a second time after adding some sleep/wake features

  • The issue is in line 72 of epdif.cpp
    spi_bus_free(VSPI_HOST);

  • I believe that this should be
    spi_bus_free(HSPI_HOST);
    since the HSPI host was used during bus initialization in line 100
    ret=spi_bus_initialize(HSPI_HOST, &buscfg, 0);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.