Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Option to hide the banner #59

Closed
hapklaar opened this issue Nov 10, 2021 · 3 comments
Closed

Option to hide the banner #59

hapklaar opened this issue Nov 10, 2021 · 3 comments

Comments

@hapklaar
Copy link

hapklaar commented Nov 10, 2021

Hi @teeminus

The NoTouchFw v1.3.1 banner looks a bit strange on my TFT35B1. (It's compiled in normal mode, I don't like the stretched out Full Screen look.)

image

Edit: found out the 'corruption' is actually the SPI_DATA_RECEIVED_INDICATOR I enabled in features.h. Doesn't seem to show well on my display for some reason. I guess it should look like a dot?

@teeminus
Copy link
Owner

The spi activity indicator is working as intended. For each byte received a pixel on the left and right side of the top label is drawn/cleared. As the data is received in blobs one usually does not notice a single pixel of the indicator been drawn/cleared rather than complete lines of the indicator change.

This feature is for debugging purposes only, it is not required for normal operation.

@hapklaar
Copy link
Author

Got it. Is it possible to hide the banner or make an option to do so?

@teeminus
Copy link
Owner

It sure is. However, hiding the header makes debugging more complicated. Even when the spi status indicator is not enabled, the header contains valuable information I can use to figure out what might be going wrong.

So adding an option to remove the header would make debugging for those builds more complicated.

It might sound a bit harsh (which is not intentional) but if you really don't like the header, you can easily remove it in your fork.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants