dogm128 icon indicating copy to clipboard operation
dogm128 copied to clipboard

Automatically exported from code.google.com/p/dogm128

Results 14 dogm128 issues
Sort by recently updated
recently updated
newest added

``` 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....

auto-migrated
Priority-Medium
Type-Defect
Milestone-v1.14

``` ------------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...

auto-migrated
Priority-Medium
Type-Defect
Milestone-v1.14

``` use the global variables ``` Original issue reported on code.google.com by `[email protected]` on 6 Sep 2011 at 12:14

Type-Enhancement
auto-migrated
Priority-Medium
Milestone-v1.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

Type-Enhancement
Milestone-Future
auto-migrated
Priority-Medium

``` 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

Type-Enhancement
Priority-Low
Milestone-Future
auto-migrated

``` 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

Milestone-Future
auto-migrated
Priority-Medium
Type-Other

``` 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...

Type-Enhancement
Priority-Low
Milestone-Future
auto-migrated

``` add description to c interface ``` Original issue reported on code.google.com by `[email protected]` on 10 Oct 2010 at 8:10

Milestone-Future
auto-migrated
Priority-Medium
Type-Other

``` 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...

Type-Enhancement
Milestone-Future
auto-migrated
Priority-Medium

``` 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...

Type-Enhancement
Milestone-Future
auto-migrated
Priority-Medium