tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 043a50f35d7aa91288fd98c1d72159fcd41d11bf
parent 4b6147a43f20e112404d7821344449b4221dc9c5
Author: rbckman <rob@tarina.org>
Date:   Thu,  9 Nov 2023 22:42:23 +0000

version change

Diffstat:
MREADME.md | 3+++
MVERSION | 2+-
Mdocs/tarina-manual.md | 7-------
Mtarina.py | 2+-
4 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md @@ -27,6 +27,9 @@ Hardware -------- The parts have been chosen on the basis of features, quality, openness, availabilty and price. One of the key ideas of the project is to have a camera that could be upgraded or repaired by the fact that you easily just switch a component. The casis of the camera is 3d printable with a flipping gonzo style 180 shooting mode, please take a look [here to get the picture](https://github.com/rbckman/tarina/tree/master/3d) +### Buttons +![Buttons](buttons.png) + Here's the main components: [Raspberry Pi 3 B](https://www.raspberrypi.org/products/raspberry-pi-3-model-b/)<br> diff --git a/VERSION b/VERSION @@ -1,2 +1,2 @@ -1.41 +1.42 Jackson diff --git a/docs/tarina-manual.md b/docs/tarina-manual.md @@ -6,13 +6,6 @@ MANUAL ====== -This is still a work in progress and documentation is on its way, if you're in a hurry feel free to drop a message in [#tarina:matrix.tarina.org](https://riot.im/app/#/room/#tarina:matrix.tarina.org) - -### manual todo -- new hardware, hyperpixel4, powerbooster charger, -- trim feature -- - ![Filming with Tarina](tarina-filming-01.jpg) Contents diff --git a/tarina.py b/tarina.py @@ -4690,7 +4690,7 @@ def getbutton(lastbutton, buttonpressed, buttontime, holdbutton): pressed = 'changemode' elif event == 'H' or (readbus2 == 245 and readbus == 247): pressed = 'showhelp' - elif event == 'I' or event == 'P' or (readbus2 == 245 and readbus == 253): + elif event == 'I' or (readbus2 == 245 and readbus == 253): pressed = 'insert' elif event == 'C' or (readbus2 == 244): pressed = 'copy'