Skip to content

TM1637 memory and code structure improvements#261

Merged
DocMoebiuz merged 5 commits intomainfrom
tm1637-improvements
Oct 21, 2023
Merged

TM1637 memory and code structure improvements#261
DocMoebiuz merged 5 commits intomainfrom
tm1637-improvements

Conversation

@DocMoebiuz
Copy link
Collaborator

@DocMoebiuz DocMoebiuz commented Oct 20, 2023

Description of changes

Fixes #251

Describe changes here

  • Introduced type instead of using the CS pin
  • Memory improvements.

Before (pro micro)

Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM:   [========  ]  77.3% (used 1978 bytes from 2560 bytes)
Flash: [==========]  99.9% (used 28630 bytes from 28672 bytes)

After

Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM:   [========  ]  77.3% (used 1978 bytes from 2560 bytes)
Flash: [==========]  99.1% (used 28422 bytes from 28672 bytes)

@github-actions
Copy link

Firmware for this pull request:
Firmware.zip

@DocMoebiuz DocMoebiuz requested review from GioCC and elral October 20, 2023 19:46
@github-actions
Copy link

Firmware for this pull request:
Firmware.zip

Copy link
Collaborator

@elral elral left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No more comments from my side.

@DocMoebiuz DocMoebiuz requested a review from elral October 21, 2023 14:42
Copy link
Collaborator

@elral elral left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for displays based on the TM1637 driver

2 participants