Devlog 2 - NotGoingToBeLateToSchool
firmware is basically done
- wifi + ntp so it knows the time without an rtc
- clock face
- 3x3 matrix scan
- alarm with a buzzer that speeds up the longer you ignore it
- 3 snoozes max, then it makes you type a code on the keypad to kill it
the display was the annoying bit. 284x76 is not a size the st7789 library expects, so it needs init(76, 284) and setOffsets(82, 18) or you get the picture shoved into a corner. and Adafruit_ST7789 makes setOffsets protected, so you have to subclass it just to call it.
posting the cad in more detail next time, sorry (scared of losing my streak)
this is my planned cad design
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.