Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillem96 committed Jan 2, 2019
1 parent d4e757a commit c50f536
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
- By default ArgonNX uses dark background instead of the white one in v0.1.
- Payloads' names now are centered below the logo.
- Partial touch support. To enable touch support create an empty file called `touch` inside `argon` directory.
- Take Screenshots to share your argon configuration!
- Improve system stability to enhance user experience.
33 changes: 16 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ If `payload.bin` is not present or VOOLUME DOWN button is pressed on payload inj

## Features

- Autolaunch/autochainload the payload named `payload.bin` inside `argon` directory in your sd card root
- **Autolaunch/autochainload** the payload named `payload.bin` inside `argon` directory in your sd card root
- If `argon/payload.bin` is not found or `VOLUME_DOWN_BUTTON` is held during ArgonNX injection, ArgonNX lists all the payloads located at `argon/payloads`, so you can select one of them to launch it.
- Customize payloads' logos. **Logos must be smaller or equal than 200x200**. Example:
- **Customize payloads' logos**. **Logos must be smaller or equal than 200x200**. Example:
```
argon
β”œβ”€β”€β”€logos
Expand All @@ -36,8 +36,10 @@ argon
fusee-primary.bin
ReiNX.bin # Will be rendered using default logo
```
- Custom background add a custom background by simply adding `background.bmp` file inside `argon` directory. **Background must be smaller than 1280x720**.
- Custom title add a custom title by simply adding `title.bmp` file inside `argon` directory. **Not an specific size for title**.
- **Custom background** add a custom background by simply adding `background.bmp` file inside `argon` directory. **Background must be smaller than 1280x720**.
- **Custom title** add a custom title by simply adding `title.bmp` file inside `argon` directory. **Not an specific size for title**.
- Take **screenshots** to share your ArgonNX gui.
- Touch partial suppor. Create an empty file called `touch` inside `argon` directory. <h2 style="color: red">Touch only works with Game Cartige inside de Nintendo Switch</h2>

## About BMP format

Expand All @@ -46,31 +48,28 @@ Color used for transparency is **#1D1919**.

## GUI

<img src="img/example.jpg" alt="example" width="500">
This capture is thanks to **screenshot** feature.

<img src="img/example.png" alt="example" width="500">

The sd card files of the image are:
```
argon
β”œβ”€β”€β”€ payloads
β”‚ fusee-primary.bin
β”‚ Atmosphere.bin
β”‚ ReiNX.bin
β”‚ fusee-gelee.bin
β”‚ hekate.bin
β”‚ SXOS.bin
β”‚ payload1.bin
β”‚ payload3.bin
β”‚ payload4.bin
β”‚
β”œβ”€β”€β”€ logos
| fusee-primary.bmp
| efault.bmp
| Reinx.bmp
| hekate.bmp
| SXOS.bmp
| fusee-gelee.bmp
| [Atmosphere.bmp](img/example-logos/Atmosphere.bmp)
| [Reinx.bmp](img/example-logos/Reinx.bmp)
| [hekate.bmp](img/example-logos/hekate.bmp)
| [SXOS.bmp](img/example-logos/SXOS.bmp)
|
β”œβ”€β”€β”€ background.bmp
└─── title.bmp
β”œβ”€β”€β”€ [background.bmp](sd-card-example/background.bmp)
└─── [title.bmp](sd-card-example/title.bmp)
```

## Improve performance
Expand Down
File renamed without changes.
Binary file removed img/example.jpg
Binary file not shown.
Binary file added img/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c50f536

Please sign in to comment.