an eink camera running on an rpi zero 2 w

chore: replace inkpress with inky

dunkirk.sh 3f8efafa 53290dea

verified
Changed files
+2 -2
src
+2 -2
src/camera_server.py
···
HTML_TEMPLATE = """<!DOCTYPE html>
<html>
<head>
-
<title>Inkpress: Gallery</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {{ font-family: Arial; max-width: 800px; margin: 0 auto; padding: 20px; }}
···
</script>
</head>
<body>
-
<h1>Inkpress: Gallery</h1>
<div class="gallery">
{photo_items}
</div>
···
HTML_TEMPLATE = """<!DOCTYPE html>
<html>
<head>
+
<title>Inky: Gallery</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {{ font-family: Arial; max-width: 800px; margin: 0 auto; padding: 20px; }}
···
</script>
</head>
<body>
+
<h1>Inky: Gallery</h1>
<div class="gallery">
{photo_items}
</div>