mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Corrects initial safe value of line_length_.
This commit is contained in:
parent
7c66d7a13c
commit
f45798faf0
@ -75,7 +75,7 @@ class Video {
|
||||
bool blank = false;
|
||||
bool sync = false;
|
||||
} horizontal_, vertical_;
|
||||
int line_length_ = 512;
|
||||
int line_length_ = 1024;
|
||||
|
||||
int data_latch_position_ = 0;
|
||||
uint16_t data_latch_[4];
|
||||
|
Loading…
Reference in New Issue
Block a user