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

MenuApp, toggle display orientation, and format #27

Merged
merged 5 commits into from
Jul 21, 2024
Merged

Conversation

ktpss95112
Copy link
Collaborator

No description provided.

@@ -102,6 +107,16 @@ void display_get_frame_packed(display_buf_t *buf, int frame) {
break;
}

if (display_orientation) {
Copy link
Owner

Choose a reason for hiding this comment

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

This no longer works after Alex's change, you'll need to use display_buf_assign(), see examples above.

@@ -14,18 +14,18 @@
* end: 1111111 (7*'1')
*/

#define PACKET_START \
Copy link
Owner

Choose a reason for hiding this comment

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

Note that most of these are not used, see IrLogic.cc for more info.

@john0312 john0312 merged commit 5e986b0 into main Jul 21, 2024
1 check passed
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.

2 participants