I will create an orientation cube in blender.
Needs Triage (15)
- Apr 28 2015, 3:01 PM
- Jan 5 2021, 11:05 PM
Assigned: panintended
- No repositories found for this query.
Mon, Apr 12
Sat, Apr 10
Fri, Apr 9
The "flip" button option is cool and solves everything mentioned here! Nice!
Wed, Apr 7
Tue, Apr 6
Mon, Apr 5
ROCK Pi 4 (all models seem to fit our bill, 4GB RAM preferred) with USB3 and M.2 PCIE slot: https://rockpi.org/rockpi4 ~100€ - ROCK Pi 4 supports USB Type-C PD 2.0 with 9V/2A, 12V/2A, 15V/2A and 20V/2A. Also, it supports QC 3.0/2.0 with 9V/2A and 12V/1.5A. And you need a USB Type-C charging data cable.
Sun, Apr 4
Sat, Apr 3
Update & new notes:
Tue, Mar 30
Mon, Mar 29
Sun, Mar 28
Hello, I've started working on this.
Is this the page to discuss about this project or is it being discussed on the mailing list as well. For some reason when I try to access the Archives of the mailing list I cannot access them. Also my understanding of the project based on last GSOC is that the PHY layer is mostly done, it is the layers above that have to be optimised?
Thu, Mar 25
Sorry, my English is rather bad, I was saying that for FontManager object, not SetFont() method. But as I have realized and after discussion I am sure, this feature was and is something, that is not needed, in axiom remote. But rest of the points still stand for FontManager .
I see there might be some confusion about the SetFont() usage. The purpose is not to allow a user to select the general size of fonts used in the remote (like operating systems let you set larger fonts that are easier to read for all software). The purpose is to allow drawing headers in a larger font than normal menu text for example.
- current font, and current font height, changes according to SetFont(). In painter we need current font height, while drawing text on screen, only. But the thing is, If we look at Numeric Value Screen , Image Button, Push Button, Toggle Button, Parameter List Screen, they also require the current font's height, and when whenever we set/change the font, the current font and hence current font height changes. So, I thought the sole purpose of current font and and its dimension (height) is not just drawing text on screen, but also in calculation of other objects of firmware, infact current font and its dimension(s) is more needed outside painter, same as GetTextWidth() .
- Font manager could help, but why is current font needed elsewhere than painter? Who uses it and for which reason?
- Are you sure that current font is not belonging to some class? Was under impression that it belonged to painter before.
@sebastian , @BAndiT1983 I am really sorry, I called this task complete (i thought it was), I have not been confident enought to raise proper pull request, that I should have done way earlier, and I would be been having this discussion earlier, instead of jumping to another task. Please help me devise the right approach in this regard.
Tue, Mar 23
Mon, Mar 22
In T1216#17827, @sebastian wrote:In T1216#17821, @eppisai wrote:Hi Markus :). I have already completed this task.
@eppisai if you work on this please claim the task.
Have you commited a PR already?
I get your point, my P.R for task wasn't made,so saying task was complete would be wrong on my part. sorry.