Driver for HD44780 LCDs connected directly to GPIO / to I2C by PCF8574-like GPIO expanders (#246)
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			98 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			98 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
PROGRAM = hd44780_lcd
 | 
						|
EXTRA_COMPONENTS = extras/hd44780
 | 
						|
 | 
						|
HD44780_I2C = 0
 | 
						|
 | 
						|
include ../../common.mk
 |