ePaper display driven by a Raspberry Pi Pico
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
224 B

  1. all: images download
  2. images:
  3. cd gallery && for F in *.jpg; do ./convert_image.sh $F $F.bmp
  4. download: jokes.json
  5. jokes.json:
  6. curl -o jokes.json https://github.com/wiz64/superfun/raw/main/database/ichd/jokes-file.json