removed hdmi-related code
This commit is contained in:
parent
2cab620269
commit
be2251ce85
8 changed files with 22 additions and 139 deletions
|
|
@ -232,11 +232,10 @@ int main(int argc , char* argv[]) {
|
|||
|
||||
POW_update(&dirty, &show_setting, NULL,NULL);
|
||||
|
||||
int resized = GFX_autosize(&screen, &dirty);
|
||||
if (dirty) {
|
||||
validate();
|
||||
|
||||
if (!resized) GFX_clear(screen); // resizing clears the screen
|
||||
GFX_clear(screen);
|
||||
|
||||
GFX_blitHardwareGroup(screen, show_setting);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue