0 Members and 2 Guests are viewing this topic.
Well apps can be max 16384 bytes large
This has been reported and fixed (you'd have posted 1 day later it would have been one year ago exactly ) here. The dev build also fixes some other bugs you have not come into so upgrading is recommended
How do I get 3/4-level grayscale to not flicker? Interrupts?If I use both at once, how do I get it to not flicker?What is recommended way to get higher-levels grayscale?
OK I'll look into graylib.How do I get many-level grayscale? I currently have two 4-level's I switch between every other frame, creating a period of 6. And it turns out I currently have 7-level grayscale using only 3 buffers, which is the maximum possible with a period of 6. Yay!Is it possible to do even better, say even more colors? Will it flicker horribly?How do I minimize flickering, with, say 7-level? As in distribute the "pulses" to maximize "frequency", so it's not on for 3 frames and off for the next 3, but instead switches every other frame? I'm not sure how my current solution behaves regarding pulse distribution.