Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom WifiBeacon, Portrait orientation #637

Merged
merged 2 commits into from
Dec 30, 2024
Merged

Custom WifiBeacon, Portrait orientation #637

merged 2 commits into from
Dec 30, 2024

Conversation

bmorcelli
Copy link
Collaborator

Proposed Changes

  • Added Custom WIFI Beacon Spam, need to save a file with a name in each line to use Custom Wifi SSID spam #610
  • Incorporated this PR Improve power-off UI & boot animation #632
  • Added possibility to boards higher than 240x240 to be used in portrait mode (CYD and Core x)
  • Enhanced overall keyboards to not keep the bar selected when not in it.
  • Enhanced T-Embed CC1101 keyboard to run over all keyboard without press btn, but btn still works

Preparing to say goodbye to M5Unified and M5GFX library files

Linked Issues

#610
#202
Users requests on Discord

User-Facing Change

Rotation is incremental, each time you change orientation it rolls 90 degrees anticlockwise

Further Comments

Added Custom WIFI Beacon Spam, need to save a file with a name in each line to use pr3y#610
Added possibility to boards higher than 240x240 to be used in portrait mode (CYD and Core x)
Enhanced overall keyboards to not keep the bar selected when not in it.
Enhanced T-Embed CC1101 keyboard to run over all keyboard without press btn, but btn still works

Preparing to say goodbye to M5Unified and M5GFX library files
@pr3y pr3y merged commit b816113 into pr3y:main Dec 30, 2024
5 checks passed
@@ -226,7 +226,7 @@ void BruceConfig::setRotation(int value) {


void BruceConfig::validateRotationValue() {
if (rotation!=1 && rotation!=3) rotation = 1;
if (rotation<0 && rotation>3) rotation = 1;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should've changed the && to an ||

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rotation on Portrait are 0 and 2.. I just checked the range from 0 to 3

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But there's no way rotation to be less than zero AND greater than 3, it has to be OR

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.

3 participants