setup method

void setup(
  1. AbstractDisplay _display
)

Implementation

void setup(AbstractDisplay _display) {
  display = _display;
}