mirror of
				https://github.com/eclipse/upm.git
				synced 2025-11-04 00:54:21 +03:00 
			
		
		
		
	ssd1308: JavaScript, python examples for ssd1308 OLED Display 1.12"
Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
		
				
					committed by
					
						
						Mihai Tudor Panu
					
				
			
			
				
	
			
			
			
						parent
						
							92039921b1
						
					
				
				
					commit
					99c59361a7
				
			
							
								
								
									
										100
									
								
								examples/javascript/oled_ssd1308.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										100
									
								
								examples/javascript/oled_ssd1308.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,100 @@
 | 
				
			|||||||
 | 
					/*jslint node:true, vars:true, bitwise:true, unparam:true */
 | 
				
			||||||
 | 
					/*jshint unused:true */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					* Author: Zion Orent <zorent@ics.com>
 | 
				
			||||||
 | 
					* Copyright (c) 2015 Intel Corporation.
 | 
				
			||||||
 | 
					*
 | 
				
			||||||
 | 
					* Permission is hereby granted, free of charge, to any person obtaining
 | 
				
			||||||
 | 
					* a copy of this software and associated documentation files (the
 | 
				
			||||||
 | 
					* "Software"), to deal in the Software without restriction, including
 | 
				
			||||||
 | 
					* without limitation the rights to use, copy, modify, merge, publish,
 | 
				
			||||||
 | 
					* distribute, sublicense, and/or sell copies of the Software, and to
 | 
				
			||||||
 | 
					* permit persons to whom the Software is furnished to do so, subject to
 | 
				
			||||||
 | 
					* the following conditions:
 | 
				
			||||||
 | 
					*
 | 
				
			||||||
 | 
					* The above copyright notice and this permission notice shall be
 | 
				
			||||||
 | 
					* included in all copies or substantial portions of the Software.
 | 
				
			||||||
 | 
					*
 | 
				
			||||||
 | 
					* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 | 
				
			||||||
 | 
					* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 | 
				
			||||||
 | 
					* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 | 
				
			||||||
 | 
					* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 | 
				
			||||||
 | 
					* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 | 
				
			||||||
 | 
					* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 | 
				
			||||||
 | 
					* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					//Load i2clcd module
 | 
				
			||||||
 | 
					var LCD = require('jsupm_i2clcd');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					var myLcd = new LCD.SSD1308 (0, 0x3C);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					var logoArr = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 128, 128, 128, 192, 192, 192, 224,
 | 
				
			||||||
 | 
					224, 224, 224, 240, 240, 248, 248, 120, 120, 120, 120, 60, 60, 60, 60, 60,
 | 
				
			||||||
 | 
					62, 30, 30, 30, 30, 30, 30, 30, 31, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
 | 
				
			||||||
 | 
					15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 31, 31, 31, 31, 31,
 | 
				
			||||||
 | 
					30, 62, 62, 62, 62, 126, 126, 124, 124, 252, 252, 248, 248, 240, 240, 240,
 | 
				
			||||||
 | 
					224, 224, 224, 192, 128, 128, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 128, 128, 128, 128, 128, 128,
 | 
				
			||||||
 | 
					128, 0, 56, 56, 28, 30, 14, 15, 15, 7, 7, 7, 7, 3, 3, 1, 1, 1, 1, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					192, 192, 192, 192, 192, 192, 192, 192, 0, 0, 0, 0, 192, 193, 195, 195,
 | 
				
			||||||
 | 
					195, 7, 15, 15, 63, 127, 255, 255, 255, 254, 252, 252, 240, 192, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 128, 192, 192, 240, 248, 124, 124, 60, 0, 0, 0, 0, 159, 159,
 | 
				
			||||||
 | 
					159, 159, 159, 159, 159, 159, 0, 0, 0, 0, 128, 128, 128, 128, 128, 128,
 | 
				
			||||||
 | 
					128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 254, 254, 254, 254, 254, 254, 254, 254, 128, 128, 128, 128,
 | 
				
			||||||
 | 
					128, 0, 0, 0, 0, 0, 0, 0, 128, 128, 128, 192, 192, 192, 192, 192, 192, 128,
 | 
				
			||||||
 | 
					128, 128, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 3, 7, 3, 3, 3, 0, 0, 0, 0, 0, 1, 1, 255, 255, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 255, 0, 0, 224, 248, 252, 252, 255, 127, 15, 15, 3, 1, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 255, 255, 255, 255, 15, 15, 15, 15, 15, 15, 255, 255, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 255, 252, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 15, 15,
 | 
				
			||||||
 | 
					15, 15, 15, 224, 224, 252, 254, 255, 255, 255, 255, 159, 159, 143, 143,
 | 
				
			||||||
 | 
					135, 135, 143, 159, 255, 255, 255, 255, 255, 255, 252, 248, 0, 0, 0, 255,
 | 
				
			||||||
 | 
					255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128,
 | 
				
			||||||
 | 
					224, 248, 248, 255, 255, 255, 255, 255, 127, 15, 255, 255, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 255, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 255, 255, 255, 255, 192, 192, 192, 192, 192, 31, 31, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 255, 255, 231, 231, 199, 199, 199, 199, 199, 199, 199, 199, 231, 231,
 | 
				
			||||||
 | 
					231, 231, 199, 135, 0, 0, 0, 63, 255, 255, 255, 255, 255, 255, 255, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 224, 240, 248, 248, 252, 254, 255, 255, 255, 127, 63, 63, 31, 15, 7,
 | 
				
			||||||
 | 
					7, 1, 0, 0, 63, 63, 255, 255, 255, 255, 255, 240, 192, 192, 128, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 1, 3, 3, 7, 7, 7, 7, 7, 0, 0, 0, 0, 7, 7, 7, 7, 7, 7, 7, 7,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 7, 7, 7, 7, 7, 7, 7, 7, 0, 0, 0, 0, 0, 0, 3, 3, 7, 7, 7,
 | 
				
			||||||
 | 
					7, 7, 7, 7, 7, 7, 0, 0, 0, 1, 3, 3, 3, 7, 7, 7, 7, 15, 15, 15, 15, 7, 7, 7,
 | 
				
			||||||
 | 
					7, 7, 3, 3, 3, 1, 0, 0, 0, 0, 1, 3, 3, 7, 135, 135, 135, 192, 192, 0, 0, 7,
 | 
				
			||||||
 | 
					7, 3, 3, 3, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 15, 15,
 | 
				
			||||||
 | 
					31, 127, 127, 127, 255, 255, 252, 252, 252, 248, 240, 240, 240, 224, 224,
 | 
				
			||||||
 | 
					224, 192, 192, 192, 192, 128, 128, 128, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 128, 128, 128, 128, 128, 128, 128, 192, 192, 192, 192, 192,
 | 
				
			||||||
 | 
					224, 224, 224, 224, 240, 240, 240, 240, 248, 248, 248, 248, 252, 252, 252,
 | 
				
			||||||
 | 
					254, 254, 255, 255, 255, 255, 255, 255, 127, 127, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
 | 
				
			||||||
 | 
					3, 3, 3, 7, 7, 7, 15, 15, 31, 31, 31, 63, 63, 63, 63, 63, 127, 127, 127,
 | 
				
			||||||
 | 
					127, 127, 255, 255, 255, 255, 254, 254, 254, 254, 254, 254, 254, 254, 254,
 | 
				
			||||||
 | 
					254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254,
 | 
				
			||||||
 | 
					255, 255, 255, 255, 255, 255, 255, 127, 127, 127, 127, 127, 127, 127, 127,
 | 
				
			||||||
 | 
					63, 63, 63, 63, 63, 31, 31, 31, 31, 31, 15, 15, 15, 15, 7, 7, 7, 7, 3, 3,
 | 
				
			||||||
 | 
					3, 3, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					var intelLogo = new LCD.uint8Array(logoArr.length);
 | 
				
			||||||
 | 
					for (var x = 0; x < logoArr.length; x++)
 | 
				
			||||||
 | 
						intelLogo.setitem(x, logoArr[x]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					myLcd.clear();
 | 
				
			||||||
 | 
					myLcd.draw(intelLogo, 1024);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					myLcd.close();
 | 
				
			||||||
 | 
					intelLogo = null;
 | 
				
			||||||
 | 
					myLcd = null;
 | 
				
			||||||
 | 
					LCD.cleanUp();
 | 
				
			||||||
 | 
					LCD = null;
 | 
				
			||||||
							
								
								
									
										96
									
								
								examples/python/oled_ssd1308.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										96
									
								
								examples/python/oled_ssd1308.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,96 @@
 | 
				
			|||||||
 | 
					#!/usr/bin/python
 | 
				
			||||||
 | 
					# Author: Zion Orent <zorent@ics.com>
 | 
				
			||||||
 | 
					# Copyright (c) 2015 Intel Corporation.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# Permission is hereby granted, free of charge, to any person obtaining
 | 
				
			||||||
 | 
					# a copy of this software and associated documentation files (the
 | 
				
			||||||
 | 
					# "Software"), to deal in the Software without restriction, including
 | 
				
			||||||
 | 
					# without limitation the rights to use, copy, modify, merge, publish,
 | 
				
			||||||
 | 
					# distribute, sublicense, and/or sell copies of the Software, and to
 | 
				
			||||||
 | 
					# permit persons to whom the Software is furnished to do so, subject to
 | 
				
			||||||
 | 
					# the following conditions:
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# The above copyright notice and this permission notice shall be
 | 
				
			||||||
 | 
					# included in all copies or substantial portions of the Software.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 | 
				
			||||||
 | 
					# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 | 
				
			||||||
 | 
					# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 | 
				
			||||||
 | 
					# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 | 
				
			||||||
 | 
					# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 | 
				
			||||||
 | 
					# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 | 
				
			||||||
 | 
					# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Load i2clcd display module
 | 
				
			||||||
 | 
					import time, signal, sys
 | 
				
			||||||
 | 
					import pyupm_i2clcd as upmLCD
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					myLCD = upmLCD.SSD1308(0, 0x3C);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					logoArr = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 128, 128, 128, 192, 192, 192, 224,
 | 
				
			||||||
 | 
					224, 224, 224, 240, 240, 248, 248, 120, 120, 120, 120, 60, 60, 60, 60, 60,
 | 
				
			||||||
 | 
					62, 30, 30, 30, 30, 30, 30, 30, 31, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
 | 
				
			||||||
 | 
					15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 31, 31, 31, 31, 31,
 | 
				
			||||||
 | 
					30, 62, 62, 62, 62, 126, 126, 124, 124, 252, 252, 248, 248, 240, 240, 240,
 | 
				
			||||||
 | 
					224, 224, 224, 192, 128, 128, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 128, 128, 128, 128, 128, 128,
 | 
				
			||||||
 | 
					128, 0, 56, 56, 28, 30, 14, 15, 15, 7, 7, 7, 7, 3, 3, 1, 1, 1, 1, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					192, 192, 192, 192, 192, 192, 192, 192, 0, 0, 0, 0, 192, 193, 195, 195,
 | 
				
			||||||
 | 
					195, 7, 15, 15, 63, 127, 255, 255, 255, 254, 252, 252, 240, 192, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 128, 192, 192, 240, 248, 124, 124, 60, 0, 0, 0, 0, 159, 159,
 | 
				
			||||||
 | 
					159, 159, 159, 159, 159, 159, 0, 0, 0, 0, 128, 128, 128, 128, 128, 128,
 | 
				
			||||||
 | 
					128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 254, 254, 254, 254, 254, 254, 254, 254, 128, 128, 128, 128,
 | 
				
			||||||
 | 
					128, 0, 0, 0, 0, 0, 0, 0, 128, 128, 128, 192, 192, 192, 192, 192, 192, 128,
 | 
				
			||||||
 | 
					128, 128, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 3, 7, 3, 3, 3, 0, 0, 0, 0, 0, 1, 1, 255, 255, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 255, 0, 0, 224, 248, 252, 252, 255, 127, 15, 15, 3, 1, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 255, 255, 255, 255, 15, 15, 15, 15, 15, 15, 255, 255, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 255, 252, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 15, 15,
 | 
				
			||||||
 | 
					15, 15, 15, 224, 224, 252, 254, 255, 255, 255, 255, 159, 159, 143, 143,
 | 
				
			||||||
 | 
					135, 135, 143, 159, 255, 255, 255, 255, 255, 255, 252, 248, 0, 0, 0, 255,
 | 
				
			||||||
 | 
					255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128,
 | 
				
			||||||
 | 
					224, 248, 248, 255, 255, 255, 255, 255, 127, 15, 255, 255, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 255, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 255, 255, 255, 255, 192, 192, 192, 192, 192, 31, 31, 255, 255, 255,
 | 
				
			||||||
 | 
					255, 255, 255, 231, 231, 199, 199, 199, 199, 199, 199, 199, 199, 231, 231,
 | 
				
			||||||
 | 
					231, 231, 199, 135, 0, 0, 0, 63, 255, 255, 255, 255, 255, 255, 255, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 224, 240, 248, 248, 252, 254, 255, 255, 255, 127, 63, 63, 31, 15, 7,
 | 
				
			||||||
 | 
					7, 1, 0, 0, 63, 63, 255, 255, 255, 255, 255, 240, 192, 192, 128, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 1, 3, 3, 7, 7, 7, 7, 7, 0, 0, 0, 0, 7, 7, 7, 7, 7, 7, 7, 7,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 7, 7, 7, 7, 7, 7, 7, 7, 0, 0, 0, 0, 0, 0, 3, 3, 7, 7, 7,
 | 
				
			||||||
 | 
					7, 7, 7, 7, 7, 7, 0, 0, 0, 1, 3, 3, 3, 7, 7, 7, 7, 15, 15, 15, 15, 7, 7, 7,
 | 
				
			||||||
 | 
					7, 7, 3, 3, 3, 1, 0, 0, 0, 0, 1, 3, 3, 7, 135, 135, 135, 192, 192, 0, 0, 7,
 | 
				
			||||||
 | 
					7, 3, 3, 3, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 15, 15,
 | 
				
			||||||
 | 
					31, 127, 127, 127, 255, 255, 252, 252, 252, 248, 240, 240, 240, 224, 224,
 | 
				
			||||||
 | 
					224, 192, 192, 192, 192, 128, 128, 128, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 128, 128, 128, 128, 128, 128, 128, 192, 192, 192, 192, 192,
 | 
				
			||||||
 | 
					224, 224, 224, 224, 240, 240, 240, 240, 248, 248, 248, 248, 252, 252, 252,
 | 
				
			||||||
 | 
					254, 254, 255, 255, 255, 255, 255, 255, 127, 127, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
 | 
				
			||||||
 | 
					3, 3, 3, 7, 7, 7, 15, 15, 31, 31, 31, 63, 63, 63, 63, 63, 127, 127, 127,
 | 
				
			||||||
 | 
					127, 127, 255, 255, 255, 255, 254, 254, 254, 254, 254, 254, 254, 254, 254,
 | 
				
			||||||
 | 
					254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254,
 | 
				
			||||||
 | 
					255, 255, 255, 255, 255, 255, 255, 127, 127, 127, 127, 127, 127, 127, 127,
 | 
				
			||||||
 | 
					63, 63, 63, 63, 63, 31, 31, 31, 31, 31, 15, 15, 15, 15, 7, 7, 7, 7, 3, 3,
 | 
				
			||||||
 | 
					3, 3, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
				
			||||||
 | 
					0, 0, 0, 0, 0, 0, 0]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					intelLogo = upmLCD.uint8Array(len(logoArr))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					for x in range(len(logoArr)):
 | 
				
			||||||
 | 
						intelLogo.__setitem__(x, logoArr[x])
 | 
				
			||||||
 | 
					myLCD.clear()
 | 
				
			||||||
 | 
					myLCD.draw(intelLogo, 1024)
 | 
				
			||||||
 | 
					myLCD.close()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					del intelLogo
 | 
				
			||||||
 | 
					del myLCD
 | 
				
			||||||
 | 
					print "Exiting"
 | 
				
			||||||
@@ -8,6 +8,7 @@
 | 
				
			|||||||
  $1 = (uint8_t *)(argp);
 | 
					  $1 = (uint8_t *)(argp);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					%include "ssd.h"
 | 
				
			||||||
%include "i2clcd.h"
 | 
					%include "i2clcd.h"
 | 
				
			||||||
%{
 | 
					%{
 | 
				
			||||||
    #include "i2clcd.h"
 | 
					    #include "i2clcd.h"
 | 
				
			||||||
@@ -27,3 +28,8 @@
 | 
				
			|||||||
%{
 | 
					%{
 | 
				
			||||||
    #include "ssd1327.h"
 | 
					    #include "ssd1327.h"
 | 
				
			||||||
%}
 | 
					%}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					%include "ssd1308.h"
 | 
				
			||||||
 | 
					%{
 | 
				
			||||||
 | 
					    #include "ssd1308.h"
 | 
				
			||||||
 | 
					%}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -31,7 +31,6 @@ using namespace upm;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
SSD1308::SSD1308 (int bus_in, int addr_in) : I2CLcd (bus_in, addr_in) {
 | 
					SSD1308::SSD1308 (int bus_in, int addr_in) : I2CLcd (bus_in, addr_in) {
 | 
				
			||||||
    i2Cmd (m_i2c_lcd_control, DISPLAY_CMD_OFF);  // display off
 | 
					    i2Cmd (m_i2c_lcd_control, DISPLAY_CMD_OFF);  // display off
 | 
				
			||||||
    printf ("NO_GDB :: DISPLAY_CMD_OFF \n");
 | 
					 | 
				
			||||||
    usleep (4500);
 | 
					    usleep (4500);
 | 
				
			||||||
    i2Cmd (m_i2c_lcd_control, DISPLAY_CMD_ON);   // display on
 | 
					    i2Cmd (m_i2c_lcd_control, DISPLAY_CMD_ON);   // display on
 | 
				
			||||||
    usleep (4500);
 | 
					    usleep (4500);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user