Mercurial > code > home > repos > homeauto
view espNode/desk/src/display.h @ 1678:7831b5de3572
espNode checkpoint
author | drewp@bigasterisk.com |
---|---|
date | Mon, 27 Sep 2021 22:59:39 -0700 |
parents | 6c42c1f64f00 |
children |
line wrap: on
line source
#ifndef INCLUDED_DISPLAY #define INCLUDED_DISPLAY #include <string> #ifndef TFT_DISPOFF #define TFT_DISPOFF 0x28 #endif #ifndef TFT_SLPIN #define TFT_SLPIN 0x10 #endif namespace display { void Setup(); void Message(std::string msg); } // namespace display #endif