ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Variables
cube_data.h File Reference

Wireframe CUBE data used by wireframe viewer The code handles fixed, proportional and bounding box format fonts. More...

Go to the source code of this file.

Variables

MEMSPACE_RO wire_p cube_points []
 CUBE data +/- 0.5 is a cube with sides of 1.0. More...
 
MEMSPACE_RO wire_e cube_edges []
 

Detailed Description

Wireframe CUBE data used by wireframe viewer The code handles fixed, proportional and bounding box format fonts.

wireframe viewer
Copyright © 2015 Mike Gore, GPL License
Edit History
  • [1.0] [Mike Gore] Initial revision of file.

This is free software: you can redistribute it and/or 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 your option) any later version.

cube_data.h is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file cube_data.h.

Variable Documentation

MEMSPACE_RO wire_e cube_edges[]
Initial value:
= {
{ 0,1 },
{ 1,2 },
{ 2,3 },
{ 3,0 },
{ 4,5 },
{ 5,6 },
{ 6,7 },
{ 7,4 },
{ 0,4 },
{ 1,5 },
{ 2,6 },
{ 3,7 },
{ -1,-1},
}

Definition at line 51 of file cube_data.h.

Referenced by user_loop().

MEMSPACE_RO wire_p cube_points[]
Initial value:

CUBE data +/- 0.5 is a cube with sides of 1.0.

Definition at line 36 of file cube_data.h.

Referenced by user_loop().