Modernizing code. Bit more OO design than previously.
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone Build is passing
				
			This commit is contained in:
		@@ -10,11 +10,11 @@
 | 
			
		||||
#define VERSION_BUILD           1
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#define VERSION_STRING STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_BUILD)
 | 
			
		||||
#define VERSION_DATE  __DATE__
 | 
			
		||||
#define VERSION_STRING          STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_BUILD)
 | 
			
		||||
#define VERSION_DATE            __DATE__
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#define BAUDRATE        115200
 | 
			
		||||
#define DISP_OFFSET_X   49
 | 
			
		||||
#define DISP_OFFSET_Y   27
 | 
			
		||||
#define BAUDRATE                115200
 | 
			
		||||
#define DISP_OFFSET_X           49
 | 
			
		||||
#define DISP_OFFSET_Y           27
 | 
			
		||||
#endif /* CONFIG_H */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user