You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-19
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,14 @@ An open-source bike computer based on Raspberry Pi Zero (W, WH, 2 W) with GPS a
6
6
https://github.com/hishizuka/pizero_bikecomputer
7
7
8
8
# News
9
-
- 2023/10/20 The program has now been substantially modified with significant contributions from [Ptosiek](https://github.com/Ptosiek) . `timezonefinder` is now required. ~~Also, `qasync` does not work with the latest version, so install version 0.24.0.~~
10
-
- 2023/9/15 Add [receiving route from Android Google Maps](./doc/software_installation.md#courses) with Bluetooth File Transfer Protocol. So, install bluez-obexd and dbus-x11 package.
11
-
- 2023/6/26 Replace hishizuka/pyqtgraph with original pyqtgraph. So uninstall and re-install pyqtgraph.
12
-
- 2023/6/26 Add GadgetBridge documents in [software_installation.md](./doc/software_installation.md#network).
13
-
- 2023/6/26 Add LiveTrack(ThingsBoard) documents in [software_installation.md](./doc/software_installation.md#live-track) and [thingsboard_setup.md](./doc/thingsboard_setup.md)
14
-
15
-
```
16
-
2023/10/20 update
17
-
$ sudo pip3 install timezonefinder
18
-
$ sudo pip3 install qasync --upgrade
19
-
20
-
2023/9/15 update
21
-
#For Android only
22
-
$ sudo apt install bluez-obexd dbus-x11
23
-
24
-
#2023/6/26 update
25
-
$ sudo pip3 uninstall pyqtgraph
26
-
$ sudo pip3 install pyqtgraph
27
-
```
9
+
- 2024/6/21 Changed the value for `display` in `setting.conf` when using JDI/Sharp MIP LCD. See `modules/display/display_core.py` for setting values.
10
+
-`MIP_JDI_color_400x240`
11
+
-`MIP_JDI_color_640x480`
12
+
-`MIP_Azumo_color_272x451` (WIP)
13
+
-`MIP_Sharp_mono_400x240`
14
+
-`MIP_Sharp_mono_320x240`
15
+
- 2024/6/21 Vertical layouts is avaiable. Set from the initial display resolution at startup. If you want to try it in a desktop environment, change `DEFAULT_RESOLUTION` in `modules/display/display_core.py`. For individual hardware displays, specify the appropriate value.
0 commit comments