I have tested the commands and they work for me. So I'm closing this task.
- Queries
- All Stories
- Search
- Advanced Search
All Stories
Jun 8 2020
nextcloud talk is the already easily installed alternative.
@sebastian I have edited the page for this task, please have a look.
May 31 2020
May 30 2020
May 26 2020
May 25 2020
Sergio tested the new Firmware 2.0 with this file
https://github.com/apertus-open-source-cinema/axiom-firmware/blob/master/software/scripts/pic_jtag_pcie.py#L20
modified to
base = 0x10
and reports the HDMI works OK!
May 24 2020
<anuejn> the simplest (as in works right now) would be to use the fuse api of nCtrl
<anuejn> and then write a standalone program / script that just reads the files there
<anuejn> just dig around in /axiom-api/ on a camera runing https://github.com/apertus-open-source-cinema/axiom-firmware/pull/127/files
<anuejn> or use the webui register explorer, that has the same (file) hierarchy
Great, thanks!
Created PR #18 for this
May 23 2020
Small rubber feet have been designed to be laser cut.
May 21 2020
In T1202#17213, @Oscar wrote:So you mean to skip the whole idea of the 'set' function? Isn't there an example on other devices that have already tackled this issue?
So you mean to skip the whole idea of the 'set' function? Isn't there an example on other devices that have already tackled this issue?
After looking at this implementation I reconsider to add a "Live" only label with a checkbox next to it- > much clearer
great!
When you say "all the colours ", what do you mean exactly?
In T1172#17035, @metal_dent wrote:The ImageButton is working but I've fixed the implementation so need to make it more flexible.
- Next step is to make the dimensions dynamic, which are set here -> https://github.com/MetalDent/AXIOM-Remote/blob/454803c76023e0a7d2fabe62ddd10549c6675913/Firmware/UI/Widgets/ImageButton.h#L39
- After that we need to add an implementation for having a button with an image and text
I've initialized all the colours in the ImageButton (mostly to black)
May 20 2020
I'm watching you! ;) Lame observer pattern joke, i know.
After a discussion with @sebastian I'm claiming this :)
many thanks @alex !
May 19 2020
I can confirm this issue is not resolved yet as _currentImageColor is still not initialized in ImageButton.h
I think this issue is solved somehow, can anybody confirm this?
May 17 2020
I saw you discussed this already today on IRC.
@BAndiT1983, @sebastian Is this the expected behavior?
In T1172#17035, @metal_dent wrote:The ImageButton is working but I've fixed the implementation so need to make it more flexible.
- Next step is to make the dimensions dynamic, which are set here -> https://github.com/MetalDent/AXIOM-Remote/blob/454803c76023e0a7d2fabe62ddd10549c6675913/Firmware/UI/Widgets/ImageButton.h#L39
- After that we need to add an implementation for having a button with an image and text
May 15 2020
LIVE/DIAL <- the knob could be seen as dial so that could be confusing IMHO
Good point.
I like the idea of LIVE/SET as the button that actually sets the setting also says "set" so there is a clear connection visible.
Great function. Especially if a setting would take a little time to take effect.
May 14 2020
May 13 2020
May 12 2020
Example gerber package sent to PCB manufacturer (single PCB, no panel).
May 11 2020
This was supplied as output by manual panellization in altium
May 10 2020
Great, it works!
May 8 2020
May 7 2020
The place for the draw() method of the checkbox icon is here: https://github.com/apertus-open-source-cinema/AXIOM-Remote/blob/dev/Firmware/UI/Widgets/CheckboxMenuItem.h#L43