node-epd icon indicating copy to clipboard operation
node-epd copied to clipboard

Switch Screen Size

Open pstulzer opened this issue 7 years ago • 4 comments

Can you please describe how to switch screen sizes to EPD02X13, EPD1X54 and EPD2X9

and if possible, can you please provide the correct pin numbers for the 2.13inch_e-Paper_HAT? http://www.waveshare.com/wiki/2.13inch_e-Paper_HAT

I don't get it.

pstulzer avatar Sep 19 '17 20:09 pstulzer

At now screen size is fixed to 2.9" i try add option to easy select this in a few days

4ib3r avatar Sep 25 '17 15:09 4ib3r

how to use 2.13inch variant ?

ThodorisElissaios avatar Dec 19 '17 22:12 ThodorisElissaios

I am trying to use the library for using the https://www.waveshare.com/wiki/2.7inch_e-Paper_HAT. I am using this with raspberry pi.I am successful in testing the demo code which is in python. I am to get this working with nodejs for which I found this library.Could you please help on how to use this library ? Any sample code ? I am also new to nodejs...

thanks in advance..

abhatikar avatar Dec 29 '17 10:12 abhatikar

go to https://github.com/4ib3r/node-epd/blob/5d25575b999ed1451c2d09d34bdb5050862367a7/src/epd_driver.h#L13 and change #define EPD2X9 1 to #define EPD02X13 1

then rebuild the module

paranic avatar Aug 15 '18 00:08 paranic