Matiasus / SSD1306

C library for SSD1306 OLED Driver
MIT License
72 stars 19 forks source link

Data Memory Usage #7

Closed mikailyoelek closed 1 year ago

mikailyoelek commented 2 years ago

I use ATMEGA328P and when I build the application, it uses about 1000Bytes Data Memory (~50%). I would like to ask you, if I do something wrong or is that (SSD-LIB) usually that big (DATA Memory Usage).

Kind Regards

Matiasus commented 1 year ago

Yes your right, the RAM consumption is considerable (~1kB), but I created new lightweight version v3.0.0 for displaying only alphanumeric characters without drawing lines or pixels. You can try to test it.

Kind Regards

Matiasus commented 1 year ago

Int the comment above.