Click here to Skip to main content
15,896,379 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Rolling rolling rolling Pin
CodeWraith14-Jul-21 22:53
CodeWraith14-Jul-21 22:53 
GeneralRe: Rolling rolling rolling Pin
honey the codewitch15-Jul-21 0:28
mvahoney the codewitch15-Jul-21 0:28 
GeneralRe: Rolling rolling rolling Pin
  Forogar  15-Jul-21 2:47
professional  Forogar  15-Jul-21 2:47 
GeneralAnother: Rolling rolling rolling Pin
Nelek15-Jul-21 0:39
protectorNelek15-Jul-21 0:39 
GeneralRe: Rolling rolling rolling Pin
User 991608015-Jul-21 4:09
professionalUser 991608015-Jul-21 4:09 
GeneralRe: Rolling rolling rolling Pin
honey the codewitch15-Jul-21 4:59
mvahoney the codewitch15-Jul-21 4:59 
GeneralRe: Rolling rolling rolling Pin
Nelek15-Jul-21 4:21
protectorNelek15-Jul-21 4:21 
GeneralRe: Rolling rolling rolling Pin
honey the codewitch15-Jul-21 4:53
mvahoney the codewitch15-Jul-21 4:53 
So you just do *more* with it. Push the envelope again. I've got TrueType running on 512kB systems with 300kB available, and it's not uncommon for TTF streams to be north of 200kB

I did it by streaming the data for rendering the font straight from the stream. Then I only malloc temporarily while rendering on a character by character basis. It can probably target machines with far less RAM than 300kB but I haven't tested it on say, an ARM yet.

I also am making an EPUB reader, which ties in Zip file technology, epaper display driver tech, HTML/CSS, XML and JPG+PNG

The zip file portion I'm working on right now. In order to make it work with big books, like decompressed EPUBs with pictures that end up uncompressed to larger than 4MB, I am making the zip engine stream on demand directly from the file so it never has to decompress the zip entirely.

Even then, I need every byte of my 4MB of NVS flash to hold my program code and any scratch data I need to make the epub thing work.

It's serious business, cramming big things into little packages. As the packages get bigger, just get more ambitious with what you cram into it.
Real programmers use butterflies

GeneralRe: Rolling rolling rolling Pin
Nelek15-Jul-21 6:27
protectorNelek15-Jul-21 6:27 
GeneralRe: Rolling rolling rolling Pin
honey the codewitch15-Jul-21 7:21
mvahoney the codewitch15-Jul-21 7:21 
GeneralI bought a multimeter long time ago PinPopular
Southmountain14-Jul-21 8:12
Southmountain14-Jul-21 8:12 
GeneralRe: I bought a multimeter long time ago Pin
Slacker00714-Jul-21 8:17
professionalSlacker00714-Jul-21 8:17 
GeneralRe: I bought a multimeter long time ago Pin
OriginalGriff14-Jul-21 8:34
mveOriginalGriff14-Jul-21 8:34 
GeneralRe: I bought a multimeter long time ago Pin
Southmountain14-Jul-21 9:19
Southmountain14-Jul-21 9:19 
GeneralMessage Closed Pin
14-Jul-21 17:15
Member 1496877114-Jul-21 17:15 
GeneralRe: I bought a multimeter long time ago PinPopular
OriginalGriff14-Jul-21 18:33
mveOriginalGriff14-Jul-21 18:33 
GeneralRe: I bought a multimeter long time ago Pin
dshillito14-Jul-21 23:29
dshillito14-Jul-21 23:29 
GeneralRe: I bought a multimeter long time ago Pin
jkirkerx15-Jul-21 8:15
professionaljkirkerx15-Jul-21 8:15 
GeneralRe: I bought a multimeter long time ago Pin
sasadler15-Jul-21 6:42
sasadler15-Jul-21 6:42 
GeneralRe: I bought a multimeter long time ago Pin
Southmountain15-Jul-21 7:45
Southmountain15-Jul-21 7:45 
GeneralRe: I bought a multimeter long time ago Pin
Wizard of Sleeves14-Jul-21 20:20
Wizard of Sleeves14-Jul-21 20:20 
GeneralRe: I bought a multimeter long time ago Pin
CPallini14-Jul-21 21:29
mveCPallini14-Jul-21 21:29 
JokeRe: I bought a multimeter long time ago Pin
5teveH14-Jul-21 21:29
5teveH14-Jul-21 21:29 
GeneralRe: I bought a multimeter long time ago Pin
Daniel Pfeffer14-Jul-21 22:11
professionalDaniel Pfeffer14-Jul-21 22:11 
GeneralRe: I bought a multimeter long time ago Pin
Member 1330167915-Jul-21 1:02
Member 1330167915-Jul-21 1:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.