Comment #5 on issue 190 by robhamerling: The use of "pragma inline"s in the LCD_HD44780 libraries.
http://code.google.com/p/jallib/issues/detail?id=190
A non neglegible part of the use of code memory appeared to be the use of pragma inline in the device files for port shadowing. With every lcd_write() the control of the EN and RS lines of the lcd caused several extra instructions be generated. It seems appropriate to keep the port shadowing procedures inline, but with the removal of pragma inline from the lcd libraries these instructions will not be repeated with every lcd_write().
-- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
