Project components:
- ATMEGA328 - the Arduino processor
- PlatformIO instead of Arduino IDE
- It's just better
- Adafruit 2.0" 320x240 Color IPS TFT Display
- Get to use the Adafruit graphics library to make development go a little faster
- VUSB - for USB interface on a non-native USB microcontroller
- Although, PlatformIO doesn't have VUSB as a library, so I'm using Adafruit ProTrinket keyboard library instead.
- Maxim 1811 for battery charging
- Couldn't find a through-hole battery charger, so this was the largest SMT footprint instead
- Lithium Ion Polymer Battery - 3.7v 1200mAh
- Also from Adafruit with the nice JST connector on the end.
- Wanted the thin housing instead of the 18650 to fit underneath the PCB
- Arduino as ISP
- Used the Arduino for the breadboard build. Might as well use it for the programmer