-
-
Notifications
You must be signed in to change notification settings - Fork 129
switch to using the retro logo in place of the green logo #454
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
base: development
Are you sure you want to change the base?
switch to using the retro logo in place of the green logo #454
Conversation
2484a64
to
095c235
Compare
095c235
to
fa17934
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can remove even more code.
In PrintLogo()
only pico
up to mini
will ever be passed. The rest can be removed.
so remove Lines 1083 to 1087 in 2eb1057
or all the way down to Line 1092 in 2eb1057
|
All down. Just search for the occurrence of |
e0d72db
to
7e7e2c0
Compare
i checked |
bbd11bf
to
0a607e3
Compare
5f44d03
to
ed0876e
Compare
Can the Docker check be removed from the beginning of Lines 1068 to 1072 in 2eb1057
The exact same check can be seen here as well in Lines 1101 to 1105 in 2eb1057
|
cc495ea
to
3cb4bb3
Compare
- green logo was used in the following places: · as the logo for regular · during the start up of regular and slim moves `moveXOffset` from `StartupRoutine` to `PrintLogo` for consistency. removes version check at the begining of `PrintLogo()` as version info is not available yet. for mini size replace `*_status` variable in `PrintLogo()` with description provided with big logo, for smaller than mini size, removes `*_status` variable as they aren't available yet. Signed-off-by: Michael Woolweaver <[email protected]>
3cb4bb3
to
37a9ab8
Compare
What does this PR aim to accomplish?:
switch to using the retro logo in place of the green logo as they appear, from my limited testing, to be the same size logo.
green logo was used in the following places:
· as the logo for regular
· during the start up of regular and slim
moves
moveXOffset
fromStartupRoutine
toPrintLogo
for consistency.removes version check at the begining of
PrintLogo()
as version info is not available yet.for mini size replace
*_status
variable inPrintLogo()
with description provided with big logo,for smaller than mini size, removes
*_status
variable as they aren't available yet.before with regular

after with regular

By submitting this pull request, I confirm the following:
git rebase
)