-
Notifications
You must be signed in to change notification settings - Fork 29
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
Use bigger font for menu on openvario-7-AM070-DS2 #121
Conversation
I’m not a code reviewer, but here’s what’s anyone reviewing this pull request going to be facing:
Here’s how to do it:
|
Hi Dan, thanks for your hints! Is it better too close this PR and open a new one or should it stay open? |
Hi Dirk, I would say stick with this one and practice getting it into shape - it's perfect learning material actually. Try it with Git Kraken - clone your repo, add the main Openvario repo as a Remote. Make sure you’re checked out on your local warrior branch, then right click on remote/warrior and select “Rebase warrior onto Openvario/warrior” - this will show up any merge conflicts which you’ll need to resolve. Then try to figure out how to make your changes on your local repo and once you have have a single, properly titled and commented commit, do a Push to origin/warrior (your online repo) and this PR should get updated. |
Thanks for helping!! |
OK, now try to squash the 4 commits into one, so that there’s only one commit called “Add font to ovmenu-ng.sh” in the pull request (“Update ovmenu-ng.sh” is a pretty generic title that doesn’t really tell you what you’re trying to update). |
Hi Dan, sorry, I searched for a long time how to squash commits using GitHub Desktop. I couldn't find anything. The only thing I found was how it works with GitKraken and terminal. |
…mits. resolve conflict changed names of new machines Update ovmenu-ng.sh
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.
Hi Andrey, thanks! I think the problem with this missing font is only with the Ampire Display because of the big resolution. Or do you think I should replace the missing font for the other displays with another one, too? |
@Blaubart I was just reading the original issue on #114 and @glidero mentions both CH070 and PQ070 there. I don't think it makes sense to change the font on smaller screens, because this font might look way too big there. CH070 might benefit from the bigger font though. I think I've seen "font is too small" complaint on the forum before too. |
OK, at the moment I have no device with the CH070 ready to use. But I build one right now. So I can change it for this display too and will give a try after compiling. But I think I need a couple days to finish my OV. |
@Blaubart I have CH070 at hand and I just tested the font before writing the previous response. It looks ok to me. |
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.
LGTM! Recommend merging with "Squash and Merge" option.
Closes #114