Skip to content

Conversation

Gosheto1234
Copy link
Contributor

added eagle color #1625
i can also pull request for adding different color for the led on the t embed if needed (i think it can be covered by the yellow that we already have) , i still need to experiment with hexadecimal color values lol

Proposed Changes

added color that was mentioned in #1625

Types of Changes

color add

Verification

go to config -> ui color -> scroll down till Eagle

Testing

tested on T embed cc1101 and m5stickcplus2

smoochiee and others added 20 commits September 4, 2025 13:59
to avoid t embed toggle otg on some codes
update power lib
add new board
add new board
add new board
add new board
add new board update pmic library
added eagle color pr3y#1625
i can also pull request for adding different color for the led on the t embed if needed , i still need to experiment with that lol
@emericklaw
Copy link
Contributor

emericklaw commented Sep 14, 2025

I have just submitted #1640 which allows themes to set their own LED settings and also overwrite theme setting with their own colours while keeing the theme images.

To avoid firmware bloat the Eagle colour scheme could be implemented with a theme.json file:

{
  "priColor": "B591",
  "secColor": "B591",
  "bgColor": "0000",
  "ledBright": 100,
  "ledColor": "b5b28c",
  "ledEffect": 5,
  "ledEffectSpeed": 3,
  "ledEffectDirection": -1
}

@Gosheto1234
Copy link
Contributor Author

I have just submitted #1640 which allows themes to set their own LED settings and also overwrite theme setting with their own colours while keeing the theme images.

To avoid firmware bloat the Eagle colour scheme could be implemented with a theme.json file:

{
  "priColor": "B591",
  "secColor": "B591",
  "bgColor": "0000",
  "ledBright": 100,
  "ledColor": "b5b28c",
  "ledBlinkEnabled": 1,
  "ledEffect": 5,
  "ledEffectSpeed": 3,
  "ledEffectDirection": -1
}

Ohh , thats understandable , so that means i can close this pull request ?

@bmorcelli
Copy link
Collaborator

Move it to the "dev" brench

@Gosheto1234 Gosheto1234 changed the base branch from main to dev September 14, 2025 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants