nicpottier / gnat

Decent DE1 mini heads up display. GNAT is Not A Tablet
MIT License
6 stars 3 forks source link

Need to create Board.h to generalize M5/ttgo/ttgo-s3 #7

Open nicpottier opened 1 year ago

nicpottier commented 1 year ago

Currently it's a bit of a mess in main.cpp with ifdefs for the M5Stick vs ttgo. It isn't untenable but having this all be in a Board.h with methods for initBoard(), initDisplay(), sleepDisplay(), awakeDisplay() would be nicer.