mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Add a by-eye crop. A better answer will come.
This commit is contained in:
parent
609c117267
commit
55369464ad
@ -26,6 +26,7 @@ struct Video {
|
||||
ram_(ram),
|
||||
crt_(Outputs::Display::InputDataType::Red4Green4Blue4) {
|
||||
set_clock_divider(3);
|
||||
crt_.set_visible_area(Outputs::Display::Rect(0.06f, 0.07f, 0.9f, 0.9f));
|
||||
}
|
||||
|
||||
void write(uint32_t value) {
|
||||
|
Loading…
Reference in New Issue
Block a user