mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Corrects initial safe value of line_length_.
This commit is contained in:
@@ -75,7 +75,7 @@ class Video {
|
|||||||
bool blank = false;
|
bool blank = false;
|
||||||
bool sync = false;
|
bool sync = false;
|
||||||
} horizontal_, vertical_;
|
} horizontal_, vertical_;
|
||||||
int line_length_ = 512;
|
int line_length_ = 1024;
|
||||||
|
|
||||||
int data_latch_position_ = 0;
|
int data_latch_position_ = 0;
|
||||||
uint16_t data_latch_[4];
|
uint16_t data_latch_[4];
|
||||||
|
Reference in New Issue
Block a user