Start of droplet splitting

This commit is contained in:
2020-09-28 20:17:14 -04:00
parent 50a0281a5a
commit 7f2d278fcb
5 changed files with 84 additions and 27 deletions

View File

@ -40,6 +40,8 @@ void Droplet::DrawName(std::string name) {
void Droplet::UpdateState(DropletState m_state) {
state = m_state;
chn_min = 0;
chn_max = 4;
screen_min = 0;
screen_max = SSD1309_WIDTH;
if (state == DropletState::kLeft) {