Skip to content

Commit

Permalink
Put paks in subfolder and add OnionOS names
Browse files Browse the repository at this point in the history
  • Loading branch information
DesiQuintans committed Mar 3, 2024
1 parent 62994c5 commit 575d65a
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

This is a collection of Tool Paks for [MinUI](https://github.com/shauninman/MinUI) (20240128b-0 and later). It adds these tools for controlling the LCD screen of a Miyoo Mini/Mini Plus:

- **AdjLCD - Dimmest** sets the LCD to the lowest luma possible.
- **AdjLCD - Night Filter (Lv 1-5)** replicates the 5-level Blue Light Filter that [XK9274](https://github.com/XK9274) implemented in OnionOS v4.3 (with gracious permission!).
- **Dimmest** and **Night Filter** can both be applied at the same time.
- **AdjLCD - Reset Screen** resets the screen to MinUI's defaults.
- **Dimmest** sets the LCD to the lowest luma possible.
- **Night Filter (Lv 1-5)** replicates the 5-level Blue Light Filter that [XK9274](https://github.com/XK9274) implemented in OnionOS v4.3 (with gracious permission!).
- **Dimmest** can be used together with **Night Filter**.
- **Reset Screen** resets the screen to MinUI's defaults.

Changes to your screen settings persist across reboots thanks to an `auto.sh` boot-up script.

Expand All @@ -24,7 +24,7 @@ Since the Miyoo doesn't have a real-time clock chip and MinUI doesn't have Wifi
- It should place the AdjLCD pak folders into your `Tools/miyoomini/` directory, e.g. `Tools/miyoomini/AdjLCD - Dimmest.pak/`.
- It should also create `.userdata/miyoomini/auto.sh`, which allows your screen settings to persist across reboots.
4. Feel free to delete unwanted .paks.
5. Find and use these tools in your *Tools* directory from the main menu.
5. Find and use these tools in your *Tools* directory from the main menu, under the 'Adjust Screen' category.


If you do not see the *Tools* menu then you may be in Simple Mode; delete the file `/.userdata/shared/enable-simple-mode` to exit Simple Mode. If this file doesn't exist, then you may have extracted the files to the wrong place.
Expand All @@ -37,6 +37,7 @@ If you do not see the *Tools* menu then you may be in Simple Mode; delete the fi
![](https://raw.githubusercontent.com/DesiQuintans/adjlcd/main/art/luma_normal.png)
![](https://raw.githubusercontent.com/DesiQuintans/adjlcd/main/art/luma_dimmest.png)


### Night Filter (Normal, then Lv 1 to 5)

![](https://raw.githubusercontent.com/DesiQuintans/adjlcd/main/art/lv0.png)
Expand All @@ -58,7 +59,9 @@ This is released into the public domain under the Unlicense.

### v1.0.1 (2024-03-04)

- Put all the tools into an 'Adjust Screen' folder inside Tools. Thanks to AsvinDG for the tip.
- Add a 100 ms wait to the colortemp call in auto.sh.
- Change Night Filter names to add their OnionOS equivalents (e.g. 'Lv1' is called 'Subtle' in OnionOS).



Expand Down

0 comments on commit 575d65a

Please sign in to comment.