MHVLib
20111011
An efficiency oriented runtime library for AVR microcontrollers
|
_colCount | MHV_Display_Monochrome | [protected] |
_currentTx | MHV_Device_TX | [protected] |
_rowCount | MHV_Display_Monochrome | [protected] |
_tx | MHV_Device_TX | [protected] |
_txOffset | MHV_Display_Monochrome | [protected] |
_txPointers | MHV_Device_TX | [protected] |
canWrite() | MHV_Device_TX | |
clear(uint8_t value) | MHV_Display_Monochrome | |
getHeight() | MHV_Display_Monochrome | |
getPixel(uint16_t row, uint16_t col)=0 | MHV_Display_Monochrome | [pure virtual] |
getWidth() | MHV_Display_Monochrome | |
MHV_Device_TX(MHV_RingBuffer *txPointers) | MHV_Device_TX | [protected] |
MHV_Display_Monochrome(uint16_t colCount, uint16_t rowCount, MHV_RingBuffer *txBuffers) | MHV_Display_Monochrome | |
moreTX() | MHV_Device_TX | [protected] |
nextCharacter() | MHV_Device_TX | [protected] |
runTxBuffers() | MHV_Display_Monochrome | [protected, virtual] |
setPixel(uint16_t row, uint16_t col, uint8_t value)=0 | MHV_Display_Monochrome | [pure virtual] |
txAnimation(const MHV_FONT *font, int16_t offsetY, uint8_t onValue, uint8_t offValue) | MHV_Display_Monochrome | |
write(const char *buffer) | MHV_Device_TX | |
write(const char *buffer, uint16_t length) | MHV_Device_TX | |
write(const char *buffer, void(*completeFunction)(const char *)) | MHV_Device_TX | |
write(const char *buffer, uint16_t length, void(*completeFunction)(const char *)) | MHV_Device_TX | |
write_P(PGM_P buffer) | MHV_Device_TX | |
write_P(PGM_P buffer, uint16_t length) | MHV_Device_TX | |
writeBuffer(const MHV_FONT *font, int16_t *offsetX, int16_t offsetY, uint8_t onValue, uint8_t offValue, const char *buffer, uint16_t length) | MHV_Display_Monochrome | |
writeBuffer_P(const MHV_FONT *font, int16_t *offsetX, int16_t offsetY, uint8_t onValue, uint8_t offValue, PGM_P buffer, uint16_t length) | MHV_Display_Monochrome | |
writeChar(const MHV_FONT *font, int16_t *offsetX, int16_t offsetY, uint8_t onValue, uint8_t offValue, char character) | MHV_Display_Monochrome | [protected] |
writeSeperator(const MHV_FONT *font, int16_t *offsetX, int16_t offsetY, uint8_t onValue, uint8_t offValue) | MHV_Display_Monochrome | [protected] |
writeString(const MHV_FONT *font, int16_t *offsetX, int16_t offsetY, uint8_t onValue, uint8_t offValue, const char *string) | MHV_Display_Monochrome | |
writeString_P(const MHV_FONT *font, int16_t *offsetX, int16_t offsetY, uint8_t onValue, uint8_t offValue, PGM_P string) | MHV_Display_Monochrome |