Skip to content

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

Main code
// Board
Board_EXT myBoard = boardRaspberryPiPico_RP2040_EXT3;

// Driver
#include "Pervasive_Wide_Small.h"
Pervasive_Wide_Small myDriver(eScreen_EPD_271_PS_09, myBoard);

// Screen
#include "PDLS_Basic.h"
Screen_EPD myScreen(&myDriver);

See also