Albin Söderqvist
Albin Söderqvist
I've now released v0.1.0. It wasn't so hard. These were the steps: 1 make an empty commit on the master branch announcing the release 2. create the new v0.1.0 tag...
Oh, that sounds like gitflow, which I have bad experience from. I think we should continue merging with master. The build and CI systems already automatically update the version based...
I've copied over relevant code from the ST7789v driver and pushed a new [branch](https://github.com/endian-albin/pinetime-hypnos/tree/cst816s-pm) (wip).
We have the value for sleep (0x03), and dynamic mode can be enabled through a reset. I haven't found the value for standby mode, however, although it's maybe the most...
I've worked on this a bit more, and I can now successfully crash the system by running the reset sequence as (apparently) required for the sleep command :) Maybe the...
Thanks @sdorre, but please don't upload documents of unknown origin to this repo.
@Lukas-Berglund wrote a thesis about power consumption of the PineTime devkit. The display is a major current thief if sleep mode isn’t used but the touch controller not much it...
I've already experimented with this. > I guess simply driving low and high this GPIO would make it work. That's right. Here is `vibrator.c` that I had only saved locally:...
Sorry, @sdorre, I didn't see this is a draft. I'll let you continue working in peace.
Hypnos is not compatible with the factory-installed bootloader in P8, so the only way to install it is to open up the P8 and replace the running software using a...