Skip to content

LIKVIDATOR1337/n6g_dark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

n6g_dark

Color‐palette loader
Replace the on‑device color palette in RAM — resets to default on reboot.

🔧 Requirements

  • Device: Nano 6th Generation only
  • Installed on device ipod_sun
  • PC: sg3_utils

🛠 Customizing Colors

The palette is defined in the script as a list of hex strings.

  colors = [
        '000000ff', 'e0e0e0ff', ...
  ]

Each string is hex in BGRA order (blue, green, red, alpha).

Save your changes and re-run the script to load your custom palette.

🚀 Installation

# Download n6g_dark.py

# Linux users install sg3_utils if you don’t have it
sudo apt-get update
sudo apt-get install -y sg3-utils

# sg3_utils for Windows
https://sg.danny.cz/sg/p/sg3_utils148mingw64.zip

# Launch script
Windows (need admin rights): python script.py \\.\PhysicalDriveX OR PDx
Linux: sudo python script.py /dev/sdX

About

Change colors on Nano 6th.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages