Nothing-Developer-Programme/Glyph-Developer-Kit

Glyph section count of Phone1's central glyph

Closed this issue ยท 4 comments

I do not own a physically phone 1 myself and cannot test this.
The documentation is kind of misleading here: There are four indices (2-5) assigned for the central glyph of phone 1: C1-C4
However, in the image there is only C1 written.
Is it now one central glyph, or are there 4 sections that can be triggered independently?

There are 4 independent sections in the central Glyph on the Phone (1). But I don't know if you can access them via the GlyphFrame.Builder.
If the GlyphFrame.Builder route does not work and you still want to use them you can use the undocumented GlyphManager.setFrameColors() function.

Source: Nothing Phone (1) user who used the Glyph Developer Kit once when it first came out.

Alright thank you.
One last additional question: Are those four sections equally split or is it like the top portion, the left straight line, bottom round part and the right line.
And do you happen to know where the start of the glyph is.
So is C1 the bottom right or the top left of the glyph.

I think this video should answer all your questions ๐Ÿ˜‰

NewPhone1Discovery_SebiAi.mp4

This should be the same order you get with the GlyphManager.setFrameColors() function.

Thank you so much. Precisely what I needed