Arduino LED Matrix Control Part II
With the Arduino app you can control a led matrix over wifi on your iphone.
Later you can save your “icon” and load older ones.
Sourcecode is still a bit clunky. But it Works
- (void)drawRect:(CGRect)rect { CGContextRef context = UIGraphicsGetCurrentContext(); if(isOn) { [color setFill]; } else { [[UIColor grayColor] setFill]; } CGContextSetLineWidth(context, 1.0); CGContextAddEllipseInRect(context, rect); CGContextDrawPath(context, kCGPathFillStroke); }
Related posts:
- Arduino + Wishield + LED Matrix = a lot of fun! socketapp.c extern char buffer[20]; static int handle_connection(struct socket_app_state *s)...
- Arduino LED Matrix Controlling by iPhone Today i ported the mac ArduinoControll app to my iPhone....
- arduino motoshield soldering action After about 2 houres of soldering everything works well...
- Arduino iphone Webinterface + Alcohol Sensor Erreichte Ziele Arduino über Webinterface gesteuert (LED an/aus) Alcohol...
Ähnliche Artikel bereitgestellt von Yet Another Related Posts Plugin.











