Skip to content

Commit 720c837

Browse files
committed
update doc
1 parent e7f083d commit 720c837

File tree

2 files changed

+13
-22
lines changed

2 files changed

+13
-22
lines changed

README.md

+8-19
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,14 @@ An open-source bike computer based on Raspberry Pi Zero (W, WH, 2 W) with GPS a
66
https://github.com/hishizuka/pizero_bikecomputer
77

88
# 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.
16+
- ![verticai-layout-01](https://github.com/hishizuka/pizero_bikecomputer/assets/12926652/ac7f2000-68ec-4f89-a1f5-afd71aacd173) ![verticai-layout-02](https://github.com/hishizuka/pizero_bikecomputer/assets/12926652/e4b67398-455c-40cd-80fd-f8ec05c155a0)
2817

2918

3019
# Table of Contents

doc/software_installation.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -631,13 +631,15 @@ Set the value before starting the program. If the value is set during running, i
631631
- Set the type of display.
632632
- There are definitions in `modules/config.py` for the resolution and availability of the touchscreen.
633633
- `None`: default (no hardware control)
634-
- `PiTFT`: PiTFT2.4 (or a PiTFT2.8 with the same resolution)
635-
- `MIP`: MIP color reflective LCD module 2.7 inch.
636-
- `MIP_Sharp`: SHARP Memory Display Breakout
634+
- `MIP_JDI_color_400x240`: JDI 2.7 inch MIP reflective color LCD module. (LPM027M128C/LPM027M128B)
635+
- `MIP_JDI_color_640x480`: JDI 4.4 inch MIP reflective color LCD module. (LPM044M141A)
636+
- `MIP_Sharp_mono_400x240`: SHARP 2.7 inch MIP monochrome LCD module. (Sharp LS027B7DH01)
637+
- `MIP_Sharp_mono_320x240`: SHARP 4.4 inch MIP monochrome LCD module. (Sharp LS044Q7DH01)
637638
- `Papirus`: PaPiRus ePaper / eInk Screen HAT
638639
- `DFRobot_RPi_Display`: e-ink Display Module
639640
- `Pirate_Audio`, `Pirate_Audio_old`: Pirate Audio ("old" assigns the Y button to GPIO 20.)
640641
- `Display_HAT_Mini`: Display HAT Mini
642+
- `PiTFT`: PiTFT2.4 (or a PiTFT2.8 with the same resolution)
641643
- `autostop_cutoff`
642644
- Set the threshold for the speed at which the stopwatch will automatically stop/start after it is activated.
643645
- The default value is `4` [km/h].

0 commit comments

Comments
 (0)