Add feature: Support for two new display modes.#102
Open
ardiesan wants to merge 1 commit intoinfinition:mainfrom
Open
Add feature: Support for two new display modes.#102ardiesan wants to merge 1 commit intoinfinition:mainfrom
ardiesan wants to merge 1 commit intoinfinition:mainfrom
Conversation
This was referenced Feb 19, 2025
Author
Good day @SgtStarSlayer! This is not an issue directly related to the changes made. From time-to-time, dependency install will hit a snag due to items not under control or related to the code. You will see this several times in the issues submitted for this github repo. You can simply choose |
Two New Display Option: * lcd35 - Using framebuffer copy (fbcp service) for the LCD35-show (3.5" RPi Display) from https://github.com/goodtft/LCD-show * browser_only - For browser only access Approach: * Dumb display through framebuffer copy * 3.5" RPi Display is not an EPD, so, didn't add/adjust too much code which may not be used in the future. Add basics only. * Simple `pass` for methods which might be used. Others: * Added custom check for lcd35 display, and install the frambuffer imageviewer (fbi) dependency accordingly. * Added method to calculate x-pos for left position for any image. * Adjusted right border for frise and added thick line based on height of frise, this is so that image generated is centered or symmetrical. * Image generation width adjusted to 3:4 aspect ratio, but did not use LCD35 resolution to not consume more memory. small image, small memory consumption.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add feature: Support for two new display modes.
Two New Display Option:
Approach:
passfor methods which might be used.Others: