# Waveshare E-Paper Demo for 13.3in B&W Display (13in3k)
This components provides a demo for the 13.3" B&W Display.
Add the following in your `main.c` to see the demo:
```c
#include "epd-13in3k-demo/epd-13in3k-demo.h"
void app_main(void)
{
epd_13in3k_demo();
}
```
Original Waveshare Sample code can be found at: https://github.com/waveshareteam/e-Paper
idf.py add-dependency "dannys42/waveshare-epd-13in3k-demo^0.0.3"