代码搜索:OSRAM
找到约 233 项符合「OSRAM」的源代码
代码结果 233
www.eeworm.com/read/282522/4099867
c screen_saver.c
//*****************************************************************************
//
// screen_saver.c - A screen saver for the OSRAM OLED display.
//
// Copyright (c) 2006-2007 Luminary Micro, Inc.
www.eeworm.com/read/282522/4099979
c screen_saver.c
//*****************************************************************************
//
// screen_saver.c - A screen saver for the OSRAM OLED display.
//
// Copyright (c) 2006-2007 Luminary Micro, Inc.
www.eeworm.com/read/282522/4100178
c screen_saver.c
//*****************************************************************************
//
// screen_saver.c - A screen saver for the OSRAM OLED display.
//
// Copyright (c) 2006-2007 Luminary Micro, Inc.
www.eeworm.com/read/282522/4100295
c screen_saver.c
//*****************************************************************************
//
// screen_saver.c - A screen saver for the OSRAM OLED display.
//
// Copyright (c) 2006-2007 Luminary Micro, Inc.
www.eeworm.com/read/282522/4100497
c screen_saver.c
//*****************************************************************************
//
// screen_saver.c - A screen saver for the OSRAM OLED display.
//
// Copyright (c) 2006-2007 Luminary Micro, Inc.
www.eeworm.com/read/331810/3404165
asm test.asm
.oram //切换到ORAM段,该段具有覆盖属性。
.public Oram1_In_Test,Oram2_In_Test; //定义全局变量(注意:在这里定义不合适)。
.var Oram1_In_Test,Oram2_In_Test;
.osram //切换到OSRAM段,该段具有覆盖属性。
.
www.eeworm.com/read/418361/10950570
c ssd0323.c
/*
* SSD0323 OLED controller with OSRAM Pictiva 128x64 display.
*
* Copyright (c) 2006-2007 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the GPL.
*/
/* The controller
www.eeworm.com/read/346457/3182121
svn-base ssd0323.c.svn-base
/*
* SSD0323 OLED controller with OSRAM Pictiva 128x64 display.
*
* Copyright (c) 2006-2007 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the GPL.
*/
/* The controller
www.eeworm.com/read/385462/2590087
c ssd0323.c
/*
* SSD0323 OLED controller with OSRAM Pictiva 128x64 display.
*
* Copyright (c) 2006-2007 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the GPL.
*/
/* The controller
www.eeworm.com/read/418361/10950092
c ssd0303.c
/*
* SSD0303 OLED controller with OSRAM Pictiva 96x16 display.
*
* Copyright (c) 2006-2007 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the GPL.
*/
/* The controller c