You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reset code happens in begin() method of a main class. This ties all library to arduino (dependency on delay() and pinWrite()). It is reasonable to move this out from a main class. Display Driver implementation looks like a best place for this.