mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Force RGB mode.
This commit is contained in:
parent
7d8a364658
commit
002e235d90
@ -27,6 +27,7 @@ struct Video {
|
||||
crt_(Outputs::Display::InputDataType::Red4Green4Blue4) {
|
||||
set_clock_divider(3);
|
||||
crt_.set_visible_area(Outputs::Display::Rect(0.06f, 0.07f, 0.9f, 0.9f));
|
||||
crt_.set_display_type(Outputs::Display::DisplayType::RGB);
|
||||
}
|
||||
|
||||
void write(uint32_t value) {
|
||||
|
Loading…
Reference in New Issue
Block a user