Effect tv_static now also uses subpixel rendering.

This commit is contained in:
2019-10-18 17:03:21 +02:00
parent 7b8dabee43
commit efe9b924ec
2 changed files with 8 additions and 8 deletions

View File

@ -81,7 +81,7 @@ struct Settings {
} snake;
struct /* tv_static */ {
uint16_t black_bar_speed = 3500;
uint16_t black_bar_speed = 12;
} tv_static;
} effects;
};