Bare Metal Programming Tool Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
List of all members
bmptk::chips::lcd5510< sce, res, dc, sdin, sclk > Class Template Reference

create a frame for an generic 5510 LCD More...

#include <pcd8544.h>

Inheritance diagram for bmptk::chips::lcd5510< sce, res, dc, sdin, sclk >:
bmptk::chips::pcd8544< sce, res, dc, sdin, sclk, 84, 48 > bmptk::graphics::frame

Additional Inherited Members

- Public Member Functions inherited from bmptk::chips::pcd8544< sce, res, dc, sdin, sclk, 84, 48 >
 pcd8544 ()
 construct the controller
 
void checked_write (const bmptk::graphics::vector p, const bmptk::graphics::color c)
 write one pixel
 
void clear (const bmptk::graphics::color c=bmptk::graphics::color::white())
 fill the full frame with the indicated color
 
- Static Protected Member Functions inherited from bmptk::chips::pcd8544< sce, res, dc, sdin, sclk, 84, 48 >
static void command (unsigned char d)
 send command to the controller chip
 
- Protected Attributes inherited from bmptk::graphics::frame
const vector size
 frame size
 
color bg
 most recently applied background color (as used in clear())
 

Detailed Description

template<typename sce, typename res, typename dc, typename sdin, typename sclk>
class bmptk::chips::lcd5510< sce, res, dc, sdin, sclk >

create a frame for an generic 5510 LCD

Definition at line 168 of file pcd8544.h.


The documentation for this class was generated from the following file: