Brandon Blake
Brandon Blake
Program should have the ability to output an indexed palette map (and palettes used), so palettes can be easily assigned to large tile maps.
# What does this implement/fix? This introduces a new type of pulse counter that uses the ESP32's Ultra-Low Power (ULP) coprocessor to keep counting through deep sleep with the goal...
## Description: Documentation for pulse_counter_ulp component **Related issue (if applicable):** N/A **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#7548 ## Checklist: - [x] I am merging into `next`...
Add bearing calculation for distance class. Distance seems the appropriate place to put it, since this is just using geographiclib to solve the inverse geodesic problem, but it does make...