Replies: 3 comments
-
I like it! |
Beta Was this translation helpful? Give feedback.
-
The problem is when there are many layers it will be all littered with comments. If we group layers by type then we break it's order. Which affects the resulting output. Easiest solution can be a tutorial page where people can learn the basics. Another option is to output such comments only for the first appearance of layer of specific type. |
Beta Was this translation helpful? Give feedback.
-
Good points. Yes the order could matter of course. I'll think about it. And more in the future, when there is a 'grouping' tool, which would be helpful, like aligning. It could help with organizing code layout. |
Beta Was this translation helpful? Give feedback.
-
Would be nice if the bitmap arrays, settings (like setFontMode) and different draw operations (string, line, xbm), would be seperated/grouped together in code, possibly with some explanatory comments. New users might not know the purpose of certain settings for example... Also why not have a short explanation of each function / bitmap array memory footprint/settings in a comment block. Seems like a nice gesture ;)
minimal:
Function explanation example:
For arduino it might be nice to add the memory footprint of a bitmap array.
Beta Was this translation helpful? Give feedback.
All reactions