Skip to content

Nevermind #794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
massoudyan1 opened this issue Jan 23, 2020 · 1 comment
Closed

Nevermind #794

massoudyan1 opened this issue Jan 23, 2020 · 1 comment

Comments

@massoudyan1
Copy link

massoudyan1 commented Jan 23, 2020

fullScreen(); Not working.

My screen is: HP EliteDisplay E202

@massoudyan1 massoudyan1 changed the title ### fullscreen(); ### fullscreen(); Not working Jan 23, 2020
@massoudyan1
Copy link
Author

The ellipse is drawn in the top left corner

void setup() {
fullScreen(P2D,1);
background(0);
noStroke();
fill(120);
}
color c = color(30,30,80);
float x = width/2;
float y = height/2;
float speed = 1;

void draw() {

ellipseMode(CENTER);
ellipse(x,y,40,40);

}

@massoudyan1 massoudyan1 changed the title ### fullscreen(); Not working Nevermind Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant