OpenCores
URL https://opencores.org/ocsvn/s6soc/s6soc/trunk

Subversion Repositories s6soc

[/] [s6soc/] [trunk/] [sw/] [dev/] [display.h] - Diff between revs 21 and 45

Show entire file | Details | Blame | View Log

Rev 21 Rev 45
Line 11... Line 11...
// Creator:     Dan Gisselquist, Ph.D.
// Creator:     Dan Gisselquist, Ph.D.
//              Gisselquist Technology, LLC
//              Gisselquist Technology, LLC
//
//
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
// Copyright (C) 2015-2016, Gisselquist Technology, LLC
// Copyright (C) 2015-2017, Gisselquist Technology, LLC
//
//
// This program is free software (firmware): you can redistribute it and/or
// This program is free software (firmware): you can redistribute it and/or
// modify it under the terms of  the GNU General Public License as published
// modify it under the terms of  the GNU General Public License as published
// by the Free Software Foundation, either version 3 of the License, or (at
// by the Free Software Foundation, either version 3 of the License, or (at
// your option) any later version.
// your option) any later version.
Line 38... Line 38...
//
//
//
//
#ifndef DISPLAY_H
#ifndef DISPLAY_H
#define DISPLAY_H
#define DISPLAY_H
 
 
#define PACK(A,B,C,D)   (((A)<<24)|((B)<<16)|((C)<<8)|(D))
extern void     dispchar(char ch);
extern void     dispchar(int ch);
 
 
 
#ifdef  ZIPOS
#ifdef  ZIPOS
extern void     displaytask(void);
extern void     displaytask(void);
#endif  // ZIPOS
#endif  // ZIPOS
#endif  // DISPLAY_H
#endif  // DISPLAY_H

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.