Add Portrait Touchscreen and JavaScript Updates#10
Open
darkgrue wants to merge 11 commits into
Open
Conversation
Melty Blood AC Ver A was using Doujin Melty Blood's logo and Ver B and B2 were using the same wrong icon. Marvel 2's was the wrong colours.
* Refactored xorg configuration. * Added X startup script to calibrate touchscreen and write config to /etc/pointercal.xinput (to be added to 99-calibration.conf manually). * Added configuration for 7-inch MIPI DSI touchscreen (e.g., https://www.amazon.com/dp/B0F1D5PS5T). * Reverted silent boot console. * Added fsck.repair=yes to command line, meaning if the root fs was not unmounted clearly, fsck will check and attempt to repair it if necessary.
* Add selector to pointer calibration script to apply portrait-mode transformation to output configuration. * Added to script capability to make required changes to configuration output before writing to /etc/X11/xorg.conf.d/99-calibration.conf file.
* Removed package directory, containing unused JavaScript. * Added js directory. * Upgraded jQuery to v3.7.1. * Updated menu.php to point to new jQuery location.
New Melty Blood and Marvel 2 icons.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Support For Portrait Touchscreen
-portraitselector to pointer calibration script to apply portrait-mode transformation to output configuration.Startup Console Changes
Update phpFileManager to v1.8.0
Update jQuery to v3.7.1
As things stand, changing the LCD type in the configuration menu will clobber the /boot/config.txt file (I'm providing a copy of it
/boot/cmdline.txt.7inportraitas a workaround). The configuration mechanism would have to be reworked to provide multiple choices...