Newer
Older
devtimer / TODO
  1. - Autodetect temp probe device
  2. - Speed up boot time by removing all unneeded boot activity
  3. - Package into a preconfigured DD image for release simplicity
  4. - Longer term: Move to an SPI based set of displays for better rendering speed.
  5.  
  6. Steps To Build On Bare Image
  7. ----------------------------
  8.  
  9. - Install clean image
  10.  
  11. - Run raspi-config to configure system
  12.  
  13. - apt install python3-pip
  14.  
  15. - pip install wiringpi
  16.  
  17. - In /boot/config.txt, set:
  18.  
  19. dtoverlay=w1-gpio
  20.  
  21. - Reboot