Select the PDLS library¶
The screen library comes in different versions, based on the PDLS edition.
Basic edition¶
For the Basic edition, the library is PDLS_Basic
and the screen object Screen_EPD
. The PDLS library can use any of the drivers.
Example
``` cpp
include “Pervasive_Wide_Small.h”¶
Pervasive_Wide_Small myDriver(eScreen_EPD_271_PS_09, boardRaspberryPiPico_RP2040);
include “PDLS_Basic.h”¶
Screen_EPD myScreen(&myDriver); ```