start up messages

This commit is contained in:
hg
2016-03-06 15:45:33 +01:00
parent ae9331b5ae
commit 627656e7b6
5 changed files with 35 additions and 25 deletions

View File

@ -27,6 +27,7 @@ Hmi::Hmi() : m_tft(6, 9, 11, 13, -1, 12), // m_tft(LCD_CS, LCD_CD, LCD_WR, LCD_R
void Hmi::begin() {
m_tft.begin();
m_tft.setRotation(1);
m_tft.setTextSize(2);
}
void Hmi::updateMessage() {