dogm128
dogm128 copied to clipboard
Automatically exported from code.google.com/p/dogm128
``` While using DOG_REVERSE, DOG_DOUBLE_MEMORY with DOGXL160_HW_BW a flashing page(8 rows of the display) could be seen. This is caused by the page-- operand in dogm128.c in the dog_transfer_sub_page function....
``` ------------ORIGINAL dogmsm.c ------------ /* at position (x,y) set a pixel for each logical one bit in the bitmap pattern */ /* the bitmap must contain (w+7)/8 bytes, each byte...
``` use the global variables ``` Original issue reported on code.google.com by `[email protected]` on 6 Sep 2011 at 12:14
``` export c code from gimp: http://registry.gimp.org/node/14964 ``` Original issue reported on code.google.com by `[email protected]` on 27 Jun 2011 at 9:46
``` http://www.arduino.cc/playground/Main/PS2Keyboard http://www.pjrc.com/teensy/td_libs_PS2Keyboard.html http://www.computer-engineering.org/ps2protocol/ ``` Original issue reported on code.google.com by `[email protected]` on 2 Jan 2011 at 6:41
``` put macro settings on (some) hardware pages, refer to install#Configuration ``` Original issue reported on code.google.com by `[email protected]` on 21 Dec 2010 at 5:48
``` support the Arduino SPI Class maybe it could be usefull, however, it does not provide any new functionality. ``` Original issue reported on code.google.com by `[email protected]` on 3 Dec...
``` add description to c interface ``` Original issue reported on code.google.com by `[email protected]` on 10 Oct 2010 at 8:10
``` put common functions between dogmdsp.c and dogmds.c into dogmfont.c to save rom memory --> analyse and implement ``` Original issue reported on code.google.com by `[email protected]` on 9 Oct 2010...
``` code fragment for get adc values on the pic. void dog_Analog_Init(void) { #if defined(__18F25K20) || defined(__18F26K20) ADCON1=0x00; //Select select vref ANSELbits.ANS0=1; //Set AN0 as analog #else ADCON1=0x0e; //Select ch...