ttrftech / NanoVNA

Very Tiny Palmtop Vector Network Analyzer
1.06k stars 296 forks source link

Change font size, more compact and faster code for LCD #113

Closed DiSlord closed 4 years ago

DiSlord commented 4 years ago

Change Fonts size (more readable, but not increase code size) Rework display spi driver: use DMA for read, write add blitBitmap functions Use DMA for color fill More correct SPI bus control Move color definitions to nanovna.h Some code optimization for speed and size (save about 3k bytes) Change grid Y resolution to 10 Fix convert from float to int (fix some rounding errors on plot) Disable unused HAL serial Change battery icon

edy555 commented 4 years ago

It looks very smart and nice! Thanks for your contribution.:heart:

DiSlord commented 4 years ago

Add more code size fixes.

edy555 commented 4 years ago

Thanks for improvements.