You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.
# Waveshare E-Paper Demo for 1.54in v2 B&W Display (1in54v2) This components provides a demo for the 1.54" v2 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_1in54_v2_demo(); } ``` Original Waveshare Sample code can be found at: https://github.com/waveshareteam/e-Paper
idf.py add-dependency "dannys42/waveshare-epd-1in54v2-demo^0.0.1"