Close

1608 Results for "Y 대전 프로토 베팅 CDDC7.COM ▧프로모션번호 B77▧농구경기분석ϧ에스퍼홀덤℁KB손보👢메이저리그라이브중계ӈ대전 프로토 베팅애용 assurable/"

  • Dec 31, 2020

  • This is the last day of 2020. We are working on constructing the x-axis and y-axis, drillING screw spike on the y-axis using the aluminum  cutting machine so that we can put x and y together( BELOW IS THE PICTURE FOR THE ALUMINUM AXES ) . The...
  • Moving to Assembly

  • The sprite drawing functions written in 'C' are just too slow. As an experiment I wrote a draw_sprite function in assembly, that so far only handles the fast case of the y coordinate being a multiple of 8. So far the results are outstanding! In the game...
  • Why are you using a shitty microphone?

  • So lots of people have asked me this...It turns out in my diagram in the previous update that the microphone quality doesn't matter.   Here's why:I play a sound x through the good speaker (G), record it with the shitty microphone (M).  I then...
  • Beginning

  • - Instrument design in 3d software (ongoing)- Building 3d printer (ongoing, testing stage as plotter for the x y z axis mechanisms)- Will be uploading some pics soon
  • Setting Individual Pixels

  • Added the ability to set an individual pixel on the screen by coordinate. Doesn't look like much, but from here I can bring in font processing. At 656 bytes- so getting pretty close the the line already. Going to have to find something to trim... Had...
  • Status 6/29/16

  • I added the extra screws to clamp on the Y axis screw but there's still too much play, so I've ordered a pair of LM3UU linear bearings (same family as the LM8UUs commonly used in 3D printers) so I can add a rail for stability on the Y axis. I may modify...
  • DIY Linear Bearings

  • I'm trying to settle on a design, but I was advised to try all 3.  The 3 designs are 1. round linear bearing (current) 2. Y- Linear bearing 3. U Groove wheels.  Im almost ready to print a u groove wheel for a 1/2 emt, and 5x16x5 bearings. ...
  • It's Alive!

  • -- Fully implemented all file functions, including program load and save.-- Run/pause is workingAll functions of the original MK-52 are defined:[#]  - Comment (equivalent of NOP)[DEG] - Degree mode [RAD] - Radian mode[GRD] - Degree mode[/-/] - Negate[Enter]...
  • Ameba Neo Matrix Update #2

  • 25/07/2022 Functions implemented:Implemented matrix LED mapping function that maps 256 (8x32) LEDs in X and Y coordinates as:      void mapLEDXY(int y, int x, byte RED, byte GREEN, byte BLUE)
  • Basic LED matrix control

  • Modifying the Arduino example I linked to earlier, I made a basic sketch that takes X and Y positions via serial and illuminates the corresponding LED.Here's the code I added/changed:void loop() { // read input: while (Serial.available() > 0) { readSerial();...