Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.44 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.44 KB

Arduino Rotator Controlbox

This project is using third party open-source software, specifically UTFT, UTFT_Geometry and default fonts by Henning Karlsen, ResponsiveAnalogRead by Damien Clarke.

Library dependencies

UTFT – A universal library that supports a large number of display modules and controllers

UTFT_Geometry – Adds some geometric functions to UTFT library

ResponsiveAnalogRead – Analog read error correction through exponential moving average

These libraries need to be installed in your Arduino compiler library directory.

Compiling

In order to compile this project, you need to create and edit a configuration file (Settings.h). You can find a sample configuration provided with the project (Settings_sample.h).

ARC is still a WIP and currently developed and tested exclusively on ATMega 2560.