1 Star 0 Fork 2

TMRNic/组合导航串口数据采集软件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Rgbcolor.h 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
TMRNic 提交于 2023-05-05 10:55 +08:00 . init
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2000 by Michel Wassink
// All rights reserved
//
// This is free software.
// You may redistribute it by any means providing it is not sold for profit
// without the author written consent.
//
// No warrantee of any kind, expressed or implied, is included with this
// software; use at your own risk, responsibility for damages (if any) to
// anyone resulting from the use of this software rests entirely with the
// user.
//
// Send bug reports, bug fixes, enhancements, requests, flames, etc., and
// I'll try to keep a version up to date. I can be reached as follows:
// mwassink@csi.com (private site)
/////////////////////////////////////////////////////////////////////////////
#ifndef __RGBCOLOR_H__
#define __RGBCOLOR_H__
#define BLACK RGB( 000, 000, 000 )
#define DARKBLUE RGB( 000, 000, 128 )
#define DARKGREEN RGB( 000, 064, 000 )
#define DARKCYAN RGB( 000, 064, 064 )
#define DARKRED RGB( 064, 000, 000 )
#define DARKMAGENTA RGB( 128, 000, 128 )
#define BROWN RGB( 128, 128, 000 )
#define DARKGRAY RGB( 128, 128, 128 )
#define LIGHTGRAY RGB( 192, 192, 192 )
#define LIGHTBLUE RGB( 000, 000, 255 )
#define LIGHTGREEN RGB( 000, 255, 000 )
#define LIGHTCYAN RGB( 000, 255, 255 )
#define LIGHTRED RGB( 255, 000, 000 )
#define LIGHTMAGENTA RGB( 255, 000, 255 )
#define YELLOW RGB( 255, 255, 000 )
#define WHITE RGB( 255, 255, 255 )
#endif // __RGBCOLOR_H__
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tmrnic/IntNavSerialAssistant.git
git@gitee.com:tmrnic/IntNavSerialAssistant.git
tmrnic
IntNavSerialAssistant
组合导航串口数据采集软件
master

搜索帮助