I tried a lot without success to get something printed on the Ringo screen and this is the simplest variant:
I can’t get the screen to display anything using CircuitBlocks, the screen turns black momentarily while uploading and then turns white. Screen is OK with every other app (phone, contacts, games)
I encountered the same issue programming for Nibble.
You need to set font type, size and color before you can print anything on the screen.
Seems like a common issue. A possible solution for it would be to auto place
default values in the setup routine first time print is used.
That would educate users that that code is needed.
Or edit library that it uses default values if those are not previously defined, which is expected behavior.
Thanks! I reduced the code a bit but I also tried - in vain - all options of course, e.g.:
I can’t see anything missing here, but maybe I’m blind …!-) It is a real pity that all of the sample apps (e.g. https://circuitmess.com/resources/creations/77) don’t have a single line of code included. That would be very helpful.
Thanks - but I guess I AM blind: I cannot see any block under the Display section that looks like “Display–>Commit”. The corresponding code is read-only, so you surely do not propose to make edits there …? Just tell me which of the blocks above is wrong and which block should I insert where…
Sorry I don’t use CircuitBlocks much but something along the lines of “draw sprite to display” should be available.
You should put that block as the last one to actually draw what you want to screen.