Skip to content

Move commands and colours out of the driver.#4

Open
hosaka wants to merge 3 commits into
masterfrom
const-replace
Open

Move commands and colours out of the driver.#4
hosaka wants to merge 3 commits into
masterfrom
const-replace

Conversation

@hosaka
Copy link
Copy Markdown
Owner

@hosaka hosaka commented Jun 21, 2016

Discussed on the micropython forums: const() variables still allocate memory when used. Until there is some enhancement in place to help save memory when using consts, I moved the register/commands definitions out of the driver into the TFT module and commented out those that are not in use.

Few references to commands in the driver itself, were replaced with a hardcoded value and a small comment, so shouldn't hinder readability.

I am also planning on having the same done for init functions of the TFT/TFT_GREEN and colours, perhaps having them in the separate file could be a good interim step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant