This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2013 the8thlayerof.net | |
* | |
* GPS cape for UART4 on connector pins P9.11 P9.13 P8.26 | |
* | |
* This program is free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License version 2 as | |
* published by the Free Software Foundation. | |
*/ | |
/dts-v1/; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// Abstracted Graphic Attributes | |
NSString* textContent = [NSString stringWithFormat:@"%i",[myAnnotation.annotations count]]; | |
//// General Declarations | |
CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB(); | |
CGContextRef context = UIGraphicsGetCurrentContext(); | |
//// Gradient Declarations | |
NSArray* gradient3Colors = [NSArray arrayWithObjects: | |
(id)[UIColor lightGrayColor].CGColor, |
NewerOlder