Browse Source

README edit

master
The Dod 3 weeks ago
parent
commit
34aa3fd309
5 changed files with 7 additions and 5 deletions
  1. 5
    3
      README.md
  2. BIN
      talis-metta-cat.jpg
  3. BIN
      talis-metta-materials.jpg
  4. BIN
      talis-metta-poster-frame.png
  5. 2
    2
      talismetta/talismetta.ino

+ 5
- 3
README.md View File

@@ -1,10 +1,12 @@
1 1
 ### Talis-Metta
2 2
 
3
-[![Talis-Metta's opening screen](graphics/talismetta.png)](https://nandn.org.il/talis-metta.mp4)
3
+[![Left: lady wearing سلام talis-metta pendant. Right: gentelman wearing שלום talis-metta pendant. Bottom: "Talis 🙏 metta" logo](talis-metta-poster-frame.png)](https://www.youtube.com/watch?v=DeQfjln7lxQ&t=28s)
4 4
 
5
-[**[video](https://nandn.org.il/talis-metta.mp4)**]
5
+[**[video](https://www.youtube.com/watch?v=DeQfjln7lxQ&t=28s)**]
6 6
 
7
-Talis-Metta is a collaborative talisman with the virtue of [metta](https://en.wikipedia.org/wiki/Mettā) — loving kindness — for myself, my loved ones and everyone else.
7
+**[Talis-Metta](https://oulipoh.com/resen/talismetta/?en#1)** is an electronic talisman with the virtue of "metta" - loving kindness, for myself, my relatives and loved ones and to all beings. May we have peace, joy, health, safety, and be free from suffering. Our talisman combines [Jewish software](https://nimrodkerrett.opalstacked.com/nimrodkerrett/talis-metta), [Chinese electronics](https://www.lilygo.cc/products/lilygo%C2%AE-ttgo-t-display-1-14-inch-lcd-esp32-control-board), [Buddhist mantras](https://nimrodkerrett.opalstacked.com/nimrodkerrett/talis-metta/src/branch/master/talismetta/talismetta.ino#L60), and [Palestinian embroidery](https://ich.unesco.org/en/RL/the-art-of-embroidery-in-palestine-practices-skills-knowledge-and-rituals-01722).
8
+
9
+[[-- more --]](https://oulipoh.com/resen/talismetta/?en#1)
8 10
 
9 11
 ----
10 12
 

BIN
talis-metta-cat.jpg View File


BIN
talis-metta-materials.jpg View File


BIN
talis-metta-poster-frame.png View File


+ 2
- 2
talismetta/talismetta.ino View File

@@ -1,4 +1,4 @@
1
-#include <WiFi.h>
1
+                              #include <WiFi.h>
2 2
 #include <esp_now.h>
3 3
 #include <TFT_eSPI.h>
4 4
 #include "config.h"
@@ -19,7 +19,7 @@
19 19
 #define BUTTON1PIN ((gpio_num_t)35)
20 20
 #define BUTTON2PIN ((gpio_num_t)0)
21 21
 
22
-#define BRIGHTNESS 31 // 0..255
22
+#define BRIGHTNESS 63 // 0..255
23 23
 
24 24
 #define INTRO_FREEZE_MILLIS 4000
25 25
 #define INTRO_SCROLL_MILLIS 2000

Loading…
Cancel
Save