Search results

  1. C

    Pixel positioning of text with ILI9341 library

    Oh wow, it's that easy? Good grief, I should have seen that. Thanks!
  2. C

    Pixel positioning of text with ILI9341 library

    Hi. I'm using the excellent ILI9341 library by Paul (https://github.com/PaulStoffregen/ILI9341_t3). Drawing shapes is really easy, as you can specify the dimensions and X/Y coordinates. However when adding text I'm using line breaks for vertical spacing, and spaces (or other invisible...
  3. C

    ShiftPWM library compile error

    That's marvellous @Paul, thank you so much (y)
  4. C

    ShiftPWM library compile error

    Thanks for the quick response. I can see the code is now using the right (?) library, but the error is still the same: C:\Users\*****\AppData\Local\Arduino15\packages\teensy\hardware\avr\1.59.0\libraries\ShiftPWM\CShiftPWM.cpp: In destructor 'CShiftPWM::~CShiftPWM()'...
  5. C

    ShiftPWM library compile error

    I'm trying to use the ShiftPWM library to control 13 LEDs with 795 shift registers. I'm pretty sure I had this working a few months ago, so I suspect either I've done something wrong or an update to something has broken it. The compile error I get is...
  6. C

    [queued] MIDI foot pedal controller - configurable chord player

    Warning: I want to change the JSON config format quite a bit as editing all the chords for a single key means jumping around the file a lot. I would also love a way to run the Teensy in MTP + MIDI mode at the same time. I tried editing some files in the libraries folder in ArduinoIDE but it...
  7. C

    [queued] MIDI foot pedal controller - configurable chord player

    I should probably post this here (original thread) Github repo with a longer explanation, all the .ino files, and the JSON config. This isn't particularly clever, but I think the bit which I've not seen done much before is everything is driven by a JSON config file on an SD card. That means...
  8. C

    Newbie project help: MIDI foot controller

    I've done my first prototype of this box, here's a 10 minute video showing the features:
  9. C

    Newbie project help: MIDI foot controller

    Thanks @MarkT. Pimoroni had a lot of the bits I need in stock, so I placed an order for the following (I'm starting from scratch and only have the basics of hand tools, no electrical parts at all): - Breadboard - Couple of packs of RGB LEDs - Large pack of resisters - Spool of rainbow wire -...
  10. C

    Newbie project help: MIDI foot controller

    Hi, complete newbie here. I'm planning on building a (quite ambitious) MIDI foot controller with the 320x240 ILI9341 touchscreen. I have a few questions, and would really appreciate some help from experienced builders like yourselves. First, here's a mock-up of what I'm thinking of building...
Back
Top