Jump to content

nILS

Frequent Writer
  • Posts

    4,314
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by nILS

  1. Und genau das ist falsch - keine Jumper = EEPROM. Alle 3 Jumper setzen :)
  2. [x] Jumper falsch/nicht gesetzt Was macht denn die main led?
  3. If you had read the sticky called you would know it's the wrong forum. I moved it accordingly ;)
  4. s8 = signed char u8 = unsigned char s16 = signed int u16 = unsigned int I have those declared in some .h :)
  5. Follow the testing procedures lyle linked you to. Then post the results here. Then we can help.
  6. Shipping update: 42/42 orders shipped. Everyone who was paid should receive their boards shortly. There's spares. If you want some, sign up in the WIKI, it's first come first serve. Check for more info and an uberbargain.
  7. That looks rather odd.
  8. Sure. const unsigned char custom_chars_logo[8*8] = { 0x10, 0x10, 0x10, 0x1F, 0x1F, 0x1F, 0x1F, 0x0F, // bottom left 0x0B, 0x0B, 0x0B, 0x1B, 0x1E, 0x18, 0x18, 0x10, // bottom right 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x0E, // top right 0x01, 0x02, 0x08, 0x04, 0x08, 0x00, 0x1F, 0x10, // top left 1/3 0x08, 0x10, 0x08, 0x02, 0x04, 0x02, 0x1F, 0x10, // top left 2/3 0x08, 0x02, 0x01, 0x02, 0x08, 0x10, 0x1F, 0x10, // top left 3/3 0x08, 0x02, 0x01, 0x02, 0x08, 0x10, 0x1F, 0x10, 0x08, 0x02, 0x01, 0x02, 0x08, 0x10, 0x1F, 0x10 }; #define bl 0 #define br 1 #define tr 2 #define tl1 3 #define tl2 4 #define tl3 5 // define the LCD cursor positions (important if you use displays other than // 2x8) #define LCD_LINE1_ADDR 0 #define LCD_LINE2_ADDR 40 #define LCD_Line1 MIOS_LCD_CursorSet(LCD_LINE1_ADDR); #define LCD_Line2 MIOS_LCD_CursorSet(LCD_LINE2_ADDR); // pointless but oh well :-) void UI_animatedLogo() { char* line1 = APP_NAME; char* line2 = APP_VERSION; s8 n; s8 m; #ifdef QUICK_BOOT #define DELAY1 0 #define DELAY2 0 #else #define DELAY1 64 #define DELAY2 255 #endif MIOS_LCD_Clear(); LCD_Line1; MIOS_LCD_PrintChar(tl1); MIOS_LCD_PrintChar(tr); MIOS_LCD_PrintCString(" kaffe"); LCD_Line2; MIOS_LCD_PrintChar(bl); MIOS_LCD_PrintChar(br); MIOS_LCD_PrintCString(" SEQ"); for (n=0; n<8; n++) { for (m=0; m<3; m++) { LCD_Line1; MIOS_Delay(DELAY2); MIOS_LCD_PrintChar(tl1+m); } } } [/code]
  9. I wrote a little function that gets called by Init(). This function simply displays one frame, then waits a little, displays the next, ...
  10. Shipping update: 34/42 orders shipped.
  11. With a 10k pot that only uses a part of it's range you won't be able to directly model a 100k pot. It might be extremely helpful to know what the original pot is actually doing - any chance you have a schem/service manual for the CT-501? Judging by my quick 3-minute google-search, there's not a lot of info on the net about the CT-501...
  12. Shipping update: 16/42 orders shipped.
  13. I'll start shipping them out first thing in the morning :)
  14. Sent you a PM.
  15. I just got word from the fab, the boards were shipped out today. :frantics:
  16. mbhp_dinx4_v2.zip
  17. Try this: mbhp_ainx4_v2.zip (opened and saved with v4.13). mbhp_dinx4_v2.zip
  18. Please read the stickies, in this case especially: Topic moved.
  19. Well you guys missed one really really blatant difference: The chips have completely different text on them!!!!!!111111oneleven
  20. The general opinion about selling a used box because it's not used anymore is this: It's ok for you to sell it, as long as you try to sell it here on the forum. A good/reasonable price is the price of the parts, ie what you paid for the parts.
  21. [x] Patience is a virtue. [ ] I blame the opto. [ ] Check the wiring.
×
×
  • Create New...