fix: text viewer blink rgb leds when scroll past line
refactor: cleanup build flags
docs: add code documentation
refactor: move gui elements to gui library
feat: use ledstrip to show vertical scroll
feat: use ledstrip to show file loading bar
feat: put errors to enum instead of magic constants in code
feat: use pheripherals in text viewer
refactor: use name and line pointer instead of local variable
feat: add rotation encoders
feat: add full vertial scroll command
refactor: move text view commands to text viewer
feat: add text viewer main
feat: add gui text component
feat: add gui text view component
feat: add gui line component