TFT display code #26
Labels
No labels
Core
Fixed
Godot
HardwareIssue
LEDS
Networking
Problem
SoftwareIssue
duplicate
enhancement
good first issue
help wanted
invalid
on hold
question
reminder
todo 🗒️
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
squatnet/ArduinoStuff#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
021/TFT code currently counts the amount of messages received using a primitive counter.
When the counter is full, it draws a black box over the first half of the screen, and resets the cursor position to the top.
The second time the counter fills, it draws a black box over the second half of the screen and resets cursor position to half way.
This is a crude way to see a "history" whilst re-writing over the pixels used.
isnt there a way to take a copy of a number of pixels and then draw that copy over another area? i think maybe something like when we get to the last line we copy everything but the first line, and paste it over where the first line would be... maybe give the appearance of scrolling.
something to do with
READGRAM()check this code from MCUFRIEND / graphicstest.ino
yes, thinking about it it is in the example code we first run (deadbeef)
I'll toy around with it this evening, see what can be done.
On Thu, Nov 22, 2018 at 12:28 AM Squatnet notifications@github.com wrote: