this post was submitted on 24 Jun 2024
1 points (100.0% liked)
Technology
59672 readers
3023 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'd love to have 8GB of RAM. The SOC I'm working with has only 2K ;-)
2 kilobytes?
Yes. 2 kilobytes. Coincidentally, this is as big as the displays internal buffer, so I cannot even keep a shadow copy of it in my RAM for the GUI.
I've never seen backbuffer called shadow copy.
And I have never heard it called "backbuffer", so we are even.
I guess so.
Example: https://www.khronos.org/opengl/wiki/Default_Framebuffer#Double_buffering
EDIT: Wait. Do you have framebuffer at all? Because from sounds of it, you might not even have it at all. If you don't store entire frame in RAM, then you don't have framebuffer, not just backbuffer.
I never said anything about framebuffers. The 256x64 pixel display in 16 brightness levels probably has something comparable inside. I just tell it that i want to update a rectangle, and send it some data for that.
Thanks for clarification.
Come on, man, AVR chips aren't SoCs except in the technical sense.
No AVR, it's a small LPC from NXP. Chosen for the price, of course, but I have to somehow squeeze the software in it. At this point, even 8k would make me happy...
NXP, fancy. I expected ST, AVR, nRF, WCH or some chinese cheaptroller.
Why them? Something to do with NFC?
Bet your compiler isnt running on that hardware either ;-)
Luckily, no ;-)