-
Notifications
You must be signed in to change notification settings - Fork 20
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
Messy Lib #9
Comments
This library is completely unusable! I already mentioned it in the other issue.
I think MISO pin is defined by the espressif arduino itself. So don't worry about it, it should use already the correct one. So at least with Heltec lib something works now even that is messy. If I find some time tomorrow I will make a fork and document it better. It's possible also that gxEPD works but only on ESP8266 since they are different definitions depending on the Espressif chip type. |
Dear @xdubx Note that my display model is: USE_154_BW_GREEN |
I am evaluating the heltec 1.54 board with green label attached, to run on an UNO board. |
Sorry @iotleaf but I cannot do your homework. First of all I do not have an UNO at home at the moment. Have you tried the example I suggested using Platformio ? |
Hi Martinberlin, sorry - I posted this issue in the wrong place, the library I was refering to was Heltec, rather than your version for platformino |
If anyone is using ESP-IDF/ ESP32 I made a class that works with this display: https://github.com/martinberlin/cale-idf/wiki/Model-heltec0151.h |
The display BW 152 is completely missing in the lib. ORDINARY_SCREEN not work for me << i have a 1.54 inch screen.
Pin declarations are strange
SPI.pins(CLK_PIN,MISO,SDI_PIN,CS_PIN);
OK we have custom pin declarations but we use the standard MISO pin. Makes no sence.
Select.cpp have fancy defineds to.
the function Display_String dont work at all if you have not the right display.
lib.properties file have only avr architectures.
Can you take a look at the lib and rewrite it?
The text was updated successfully, but these errors were encountered: