1. You must be a registered member to be able to access this page and to download game plugins. Please register here. It´s for free.
  2. Do not share user accounts! Any account that is shared by another person will be blocked and closed. This means: we will close not only the account that is shared, but also the main account of the user who uses another person's account. We have the ability to detect account sharing, so please do not try to cheat the system. This action will take place on 04/18/2023. Read all forum rules.
    Dismiss Notice
  3. For downloading SimTools plugins you need a Download Package. Get it with virtual coins that you receive for forum activity or Buy Download Package - We have a zero Spam tolerance so read our forum rules first.

    Buy Now a Download Plan!
  4. Do not try to cheat our system and do not post an unnecessary amount of useless posts only to earn credits here. We have a zero spam tolerance policy and this will cause a ban of your user account. Otherwise we wish you a pleasant stay here! Read the forum rules
  5. We have a few rules which you need to read and accept before posting anything here! Following these rules will keep the forum clean and your stay pleasant. Do not follow these rules can lead to permanent exclusion from this website: Read the forum rules.
    Are you a company? Read our company rules
soraz

Arduino and TM1638 for simple DashBoard 2.0.1

Code for Arduino with TM1638 for a simple Dashboard with buttons

  1. change TM1638 library, add button functions and value to display

    soraz
    version change :

    - TM1638 library with onther more fast as reported in Arduino forum (http://forum.arduino.cc/index.php?topic=190472.0)
    (direct download library link : http://forum.arduino.cc/index.php?action=dlattach;topic=190472.0;attach=92905)

    - added display other value like oil temp, water temp, fuel, lap and position selected by button; when press a button, a value is displayed on right side, if before 3sec. a second button is pressed another value is displayed on left side (all values in game engine are configured with TOHEX and PAD 4 0).

    - save display config via EEPROM and loaded every power on.

    values sends with this characters :
    - S<DashX> - Speed
    - G<DashX> - Gear
    - M<DashX> - RPM
    - O<DashX> - Oil
    - W<DashX> - Water
    - F<DashX> - Fuel
    - L<DashX> - Lap
    - P<DashX> - Position

    by default display show gear on left and speed on right, leds show only RPM.
    the buttons value from left to right are:
    - S1 - Speed
    - S2 - Gear
    - S3 - RPM
    - S4 - Oil
    - S5 - Water
    - S6 - Fuel
    - S7 - Lap
    - S8 - Position
Return to update list...