Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lcd_draw functions #63

Open
mrshu opened this issue Nov 2, 2013 · 2 comments
Open

lcd_draw functions #63

mrshu opened this issue Nov 2, 2013 · 2 comments

Comments

@mrshu
Copy link
Member

mrshu commented Nov 2, 2013

The NXC API supports drawing some object on the LCD display, such as rectangle, circle and so on (all of them can be found here http://bricxcc.sourceforge.net/nbc/nxcdoc/nxcapi/group___display_module_functions.html).

However, that API is far from being "Pythonic". Also, looking back at http://worrydream.com/LearnableProgramming/#react there is something certainly wrong with RectOut if we can have something like lcd_draw_rectangle.

Also, later on this would mean that having a function lcd_draw("rectangle", ... that would simplify this whole process.

@Adman what do you think?

@Adman
Copy link
Member

Adman commented Nov 2, 2013

Nice idea, but what would be this for?

@mrshu
Copy link
Member Author

mrshu commented Nov 3, 2013

@Adman so that we can have a good autocomplete.

I mean better:

React

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants