Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for sup and sub html tags #55

Open
cgreening opened this issue Oct 26, 2021 · 1 comment
Open

Add support for sup and sub html tags #55

cgreening opened this issue Oct 26, 2021 · 1 comment
Labels
enhancement New feature or request prio: low Low priority

Comments

@cgreening
Copy link
Collaborator

We'll need to check how much room we have for more fonts - I'm wondering if the epdiy library could be modified to support scaling of existing fonts. That might give us an easy way of drawing fonts at half size for the super and subscript text.

@cgreening cgreening added prio: low Low priority enhancement New feature or request labels Oct 26, 2021
@martinberlin
Copy link
Collaborator

There is also statically allocated memory (both IRAM and DRAM), you can see the amount by running "make size". Plus a 64kB region of IRAM used for CPU caches.

There was a command in esp-idf that let's you know exactly how much Data RAM/ Instruction RAM the firmware is using.
This article about optimizing IRAM usage is worth a good read.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prio: low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants