summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/FUNDING.yml1
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md16
-rw-r--r--src/drivers/St7789.h2
4 files changed, 13 insertions, 8 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 00000000..3af8fb9e
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1 @@
+liberapay: JF002
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2da6cff8..4234b983 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.10.0 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.11.0 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")
diff --git a/README.md b/README.md
index e1819d0f..f8b05bd6 100644
--- a/README.md
+++ b/README.md
@@ -34,14 +34,18 @@ As of now, here is the list of achievements of this project:
- Time synchronization via BLE
- Notification via BLE
- Multiple 'apps' :
- * Clock (displays the date, time, battery level, BLE connection status, heart rate and step count)
- * Heart rate
- * Motion
- * System info (displays various info : BLE MAC, build date/time, uptime, version, ...)
- * Brightness (allows the user to configure the brightness of the display)
+ * Clock (displays the date, time, battery level, ble connection status, heart rate)
+ * System info (displays various info : BLE MAC, build date/time, uptime, version,...)
+ * Brightess (allows the user to configure the brightness of the display)
+ * Music (control the playback of the music on your phone)
+ * Heart rate (controls the heart rate sensor and display current heartbeat)
+ * Navigation (displays navigation instructions coming from the companion app)
+ * Notification (displays the last notification received)
+ * Paddle (single player pong-like game)
+ * Two (2048 clone game)
- Supported by 2 companion apps (development is in progress):
* [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge/) (on Android)
- * [Amazfish](https://openrepos.net/content/piggz/amazfish) (on SailfishOS)
+ * [Amazfish](https://openrepos.net/content/piggz/amazfish) (on SailfishOS and Linux)
- **[Experimental]** OTA (Over-the-air) update via BLE
- **[Experimental]** Bootloader based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/)
diff --git a/src/drivers/St7789.h b/src/drivers/St7789.h
index 053caccb..a487a952 100644
--- a/src/drivers/St7789.h
+++ b/src/drivers/St7789.h
@@ -58,7 +58,7 @@ namespace Pinetime {
ColumnAddressSet = 0x2a,
RowAddressSet = 0x2b,
WriteToRam = 0x2c,
- MemoryDataAccessControl = 036,
+ MemoryDataAccessControl = 0x36,
VerticalScrollDefinition = 0x33,
VerticalScrollStartAddress = 0x37,
ColMod = 0x3a,