mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-08 14:25:05 +00:00
Force RGB mode.
This commit is contained in:
@@ -27,6 +27,7 @@ struct Video {
|
|||||||
crt_(Outputs::Display::InputDataType::Red4Green4Blue4) {
|
crt_(Outputs::Display::InputDataType::Red4Green4Blue4) {
|
||||||
set_clock_divider(3);
|
set_clock_divider(3);
|
||||||
crt_.set_visible_area(Outputs::Display::Rect(0.06f, 0.07f, 0.9f, 0.9f));
|
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) {
|
void write(uint32_t value) {
|
||||||
|
Reference in New Issue
Block a user