Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(displays): Add pixelated screens #5385

Merged
merged 8 commits into from
Jul 24, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adjust intensity for screens with shared emissive
  • Loading branch information
bouveng committed Jul 23, 2021
commit 0dafeca837e9facfb38f608d8329fee905b6c659
2 changes: 2 additions & 0 deletions src/instruments/src/ATC/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ $colour-main: hsl(31, 69%, 35%);
height: 100%;
width: 100%;
left: 0;
/* TODO: Remove opacity when SAI/ISIS/CLOCK/BAT/ATC/RMP/RUD TRIM is split and not share the same emissive/mesh */
opacity: 0.5;
}

text {
Expand Down
2 changes: 2 additions & 0 deletions src/instruments/src/BAT/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
height: 100%;
width: 100%;
left: 0;
/* TODO: Remove opacity when SAI/ISIS/CLOCK/BAT/ATC/RMP/RUD TRIM is split and not share the same emissive/mesh */
opacity: 0.5;
}

text {
Expand Down
2 changes: 2 additions & 0 deletions src/instruments/src/Clock/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ svg {
width: 256px;
height: 256px;
background: rgba(5, 40, 80, 0.01);
/* TODO: Remove opacity when SAI/ISIS/CLOCK/BAT/ATC/RMP/RUD TRIM is split and not share the same emissive/mesh */
opacity: 0.5;
}

text {
Expand Down
2 changes: 2 additions & 0 deletions src/instruments/src/RMP/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ $colour-main: hsl(31, 69%, 35%);

.rmp-svg {
background-color: hsl(31, 69%, 6%);
/* TODO: Remove opacity when SAI/ISIS/CLOCK/BAT/ATC/RMP/RUD TRIM is split and not share the same emissive/mesh */
opacity: 0.5;
}

text {
Expand Down
2 changes: 2 additions & 0 deletions src/instruments/src/RTPI/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ $colour-main: hsl(32, 100%, 69%);
position: absolute;
width: 105%;
height: 100%;
/* TODO: Remove opacity when SAI/ISIS/CLOCK/BAT/ATC/RMP/RUD TRIM is split and not share the same emissive/mesh */
opacity: 0.5;
}

text {
Expand Down