Browse Source

Add rpi fullscreen to example_basic

master
Krisjanis Rijnieks 7 years ago
parent
commit
ad506b3646
  1. 4
      example_basic/src/ofApp.cpp

4
example_basic/src/ofApp.cpp

@ -3,6 +3,10 @@
void ofApp::setup(){
ofBackground(0);
mapper.setup();
#ifdef TARGET_RASPBERRY_PI
ofSetFullscreen(true);
#endif
}
void ofApp::update(){

Loading…
Cancel
Save