mirror of
				https://github.com/eclipse/upm.git
				synced 2025-11-04 00:54:21 +03:00 
			
		
		
		
	lcd: rename from iiclcd to i2clcd, add swig
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
		@@ -24,11 +24,11 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <string>
 | 
			
		||||
#include "iiclcd.h"
 | 
			
		||||
#include "i2clcd.h"
 | 
			
		||||
 | 
			
		||||
namespace upm {
 | 
			
		||||
 | 
			
		||||
class Jhd1313m1 : public IICLcd {
 | 
			
		||||
class Jhd1313m1 : public I2CLcd {
 | 
			
		||||
    public:
 | 
			
		||||
        Jhd1313m1 (int bus, int lcdAddress, int rgbAddress);
 | 
			
		||||
        ~Jhd1313m1 ();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user