mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-07-05 03:32:02 +00:00
Start of droplet splitting
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user