wuspy / portal_calendar

A Portal themed e-ink calendar based on the ESP32 platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blank Screen

Zachoeser opened this issue · comments

Hello! I am excited to say im on the last step of this project. Your instructions have been wonderful. I have assembled my board in the 3d printed frame and am to the programming stage. I have successfully uploaded the config fille in IDE under both the void setup and void loop areas of the programming. However the screen never lights up or displays any information. This is my time with Arduino and i feel like i may be missing a step. I have done plenty of googleing but would appreciate some help. Thank you!
ide2
ide

Hey! Correct me if I'm wrong but it looks like you just copied the config file into a new arduino project? That's not going to work on its own, you need the rest of the code from this repository. Download the whole repository with Code -> Download ZIP
image
Extract it, then open portal_calendar.ino in Arduino IDE. Then click on config.h in the top bar and fill out your stuff there.

Also, your wifi name and password is visible in that first screenshot so you may want to delete it.