startThread method

void startThread()

**** START THREAD Starts the drawing thread loop. It does nothing it's already running

Implementation

void startThread() {
  return _startThread();
}