Spi arduino library. I'm trying to use only the C subset of Arduino.
Spi arduino library. To use this library # include <SPI.
Spi arduino library An Arduino library for the SPI interface Texas Instruments ADS1120, 16-bit ADC. User have 2 possibilities about the management of the CS pin: Sep 3, 2011 · These pins support SPI communication using the SPI library. The default is TRUE. 4-240320AF-CSXP display. Jan 4, 2011 · Learn how to use the MFRC522 library to read and write RFID cards or tags using the SPI interface. Jul 7, 2011 · Hi all, Just a question in regards to using software SPI on the mega with a sparkfun SD shield. Jun 2, 2019 · SPI Memory library for Arduino. This inherits from Adafruit_GFX and Adafruit_SPITFT libraries. Reload to refresh your session. 8 inch TFT-LCD Display Shield: BME280: Provides a library for reading and interpreting Bosch BME280 environmental sensor data over I2C, SPI or Sw SPI. I am currently working on trying to connect an Arduino Due to my NHD-2. x boards will still provide a very good performance with the generic Arduino SPI functions. Jun 3, 2024 · Arduino library (SPI) for MS5611 temperature and pressure sensor. arduino e-paper Resources. Read the documentation. Lefty Mar 28, 2020 · In the Arduino library, ther are 4 pre-defined constants that represents the 4 SPI modes, it is defined as SPI_MODE0, SPI_MODE2, and SPI_MODE3. Recents. Go Back. This library supports the Sharp ® Memory LCD BoosterPacks 430BOOST-SHARP96 and BOOSTXL-SHARP128. This library is for support for the 320x480 tft controller over 4 wire SPI. Sep 12, 2020 · Arduino環境ではSPI通信を行うために標準ライブラリとしてSPIライブラリがあります。BME280の製作メーカが提供しているAPIを使用して温度・気圧・湿度の計算を行いSPI通信でセンサー情報を取得する方法をまとめました。 May 14, 2015 · The whole purpose of a SPI bus is to connect multiple devices. Description WARNING: the MS5611 has problems with self heating when using SPI interface so use with care. Let us see examples of SPI as Master and SPI as Slave. A Brief Introduction to the Serial Peripheral Interface (SPI) Serial Peripheral Interface (SPI) is a synchronous serial data protocol used by microcontrollers for communicating with one or more peripheral devices quickly over short distances. This is a library for the Adafruit ILI9341 display products. Readme License. Jul 28, 2021 · Learn How to interface a 0. Jun 2, 2023 · This project, Arduino framework with togeter writed for flash memory is a library. 8" Touch Shield V2 (SPI) You signed in with another tab or window. 1k stars. transfer16(val16) SPI. CC. It offers the following functionality: GPIO configuration (input, output, open drain, quasi-bidirectional) GPIO reading and writing; SPI configuration SPI clock choosable from 58 kHz to Sep 18, 2024 · Driver for Adafruit's SPI-Based FRAM Breakouts. Used the latest version of the Sdfat library with the removal of the // before #define MEGA About. x and 4. View license Activity. May 13, 2024 · object is used to configure the SPI port for your SPI device. g. SPI library for Teensy & Arduino IDE. To use this library # include <SPI. 0 Trinamic TMC5160 Arduino Library. You switched accounts on another tab or window. Arduino RFID Library for MFRC522 (SPI) GithubCommunity. You signed out in another tab or window. added later It appears people are discouraging use of the DueExtendedSPI methods. tinySPI. For advanced and further development please use library RFID_MFRC522v2. 96 Inch OLED Display example code, circuit, pinout, library This library is compatible with all architectures so you should be able to use it on all the Arduino boards. begin() Fast SPI graphics library for ST7567 128x64 LCD with frame buffer. Contribute to adafruit/Adafruit_SPIFlash development by creating an account on GitHub. By using simple i2c and SPI input/output expanders we have reduced the number of pins (only 2 pins are needed for i2c) while still making it easy to interface with the LCD. The display I am using uses 3/4 wire SPI communication (SDA), SDO, CS, SCLK. Standardized library for control of displays using the SSD1309 driver IC. We’ll take a look at the ESP32 SPI pins, how to connect SPI devices, define custom SPI pins, how to use multiple SPI devices, and much more. keywords. Prerequisites * SPI Master library for arduino. Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit! Aug 19, 2020 · An Arduino Library to allow simple control of 16x2 and 20x4 character SerLCDs from SparkFun. It is possible to use these extended methods, or the AVR-based ones. You must specify each pin you wish to use as CS for the SPI devices. (Formerly SPIFlash) This library enables read, write, erase and power functions on number of compatible flash and fram memory chips. On Arduino boards, SPI enables fast, efficient communication with various external peripherals such as sensors, memories and wireless communication modules. This library is intended as a basic driver library for controlling Trinamic TMC5160 stepper motor driver chips in SPI or UART mode. properties - General library properties for the Arduino package manager. The library supports many Arduino boards. This is a library for the Adafruit ST7735 and ST7789 SPI Arduino library for MFRC522 and other RFID RC522 based modules. While the Adafruit library says it is 3 wire but needs me to use MOSI, SCLK, DC, CS, and RESET. SPI Library. To use the SPI library, you need to include #include <SPI. You can read more about SPI functions in the links below: SPI Library; GitHub (ArduinoCore-avr) Serial Peripheral Interface (SPI) Nov 8, 2024 · This library allows you to communicate with SPI devices, with the Arduino as the controller device. Apr 27, 2016 · The above example comes from the Arduino SPI library web page and is a 16 bit (not 32 bit) transfer. We wanted to make a 'backpack' (add-on circuit) that would reduce the number of pins without a lot of expense. Feb 17, 2013 · Is there a good tutorial on how to use SPI with a 74HC595 / TPIC6B595 ? For instance I have no idea where to connect the slave select on the chip or where to connect SRCLK, RCLK and SER. setMOSI(MOSI_pin); … Because the USI hardware is not as sophisticated as the dedicated SPI hardware in the ATmega MCUs, tinySPI is more limited than the standard Arduino SPI library but still has several advantages over software bit-bang approaches. It can be configured to use I2C or SPI with 2 instances per I2C channel or any number of SPI instances. Only SPI master mode is supported, for control of SPI peripheral chips. It is tested on ESP32, Teensy and SAMD (Zero) platforms. It features 4 slave-selects and a 200 byte data buffer with a maximum SPI speed of 1. 47 watching. . Includes RGB backlight control, display scrolling, cursor movement, and custom characters all over I2C, SPI, or Serial. May 15, 2024 · This library allows you to communicate with SPI devices, with the Arduino board as the controller device. h). This is an Arduino library for the SC18IS602B I2C to SPI bridge. Jan 10, 2025 · LCD_SharpBP_SPI. Maintainer: Rob Tillaart. Dec 22, 2024 · Tiny simple library to read data from registers on this class of simple and cheap SPI LCD controllers (ILI9341, ST7789, etc). is about 15 times faster, has a smaller program memory Adafruit ILI9341 Arduino Library . Based on that, using the SPI library should be around 240 times faster. transfer(val) receivedVal16 = SPI. The extended API can use pins 4, 10, and 52 for CS. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES. The SPI clock speed must be specified if SPI communication is used. gatsby-image-wrapper [data-placeholder-image]{opacity:0!important}</style> <iframe src Jan 16, 2015 · With this library is some code that exemplifies its use to read and write to the 23K256 (the file name is "SpiRAM_Example" included in the package I downloaded), effectively increasing the SRAM on Arduino available. Please take a look. Steps. We have detailly discussed this SPI protocol in our website. But the docs for SPI. We need to learn about the Arduino SPI library used in Arduino IDE. This library works with the Adafruit 2. Dec 18, 2018 · Using SPI Protocol in Arduino. bool WriteRegister(const uint8_t reg, const uint8_t data) Overload of the above where I2C communication is used. Feb 20, 2022 · Where is the Arduino SPI library? There is a readily available library for SPI communication in the Arduino framework. Dec 1, 2023 · Library for external SPI based EEPROMs With this library you can directly write various variable types to the EEPROM, including large arrays. This is a helper library to abstract away I2C, SPI, and 'generic transport' (e. * This file is free software; you can redistribute it and/or modify * it under the terms of either the GNU General Public License version 2 SPI Memory library for Arduino. Using the SPI library on the Arduino, doing a single transfer looks like this in code: Nov 6, 2024 · Arduino library for software SPI. Arduino library for SPI or EBI access to the BMD58T280 that 2. I have some code that worked with the deumi to get analogreads and store to sd card at 2. you can download and test it to see if it works this library is working LSM6DS3 Breakout (SEN-13339) This is an arduino IDE library to control the LSM6DS3. You can directly write bytes, integers, floats and arrays. Is there a C library somewhere? Arduino library for external (Q)SPI flash device. gatsby-image-wrapper noscript [data-main-image]{opacity:1!important}. Often SPI is used by other libraries (like Ethernet) which provide easy access to a specific SPI device. For more on SPI, see Wikipedia's page on SPI. This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Learn about SPI communication protocol with the ESP32 using Arduino IDE. zip file from the latest release or by searching for "FastLED" in the libraries manager of the Arduino IDE. e. It should behave exactly like Adafruit's own Adafruit_ILI9341 but for 320x480 ST7796S SPI displays. Releases. library. This is a library for the Adafruit ST7735 and ST7789 SPI displays. Simply using the SPI API * as illustrated in Arduino examples will use VSPI, leaving HSPI unused. This allows SPI. 5 and OPEN-SMART 2. We do not describe here the SPI Arduino API but the functionalities added. h> To read more about Arduino and SPI, you can visit the Arduino & Serial Peripheral Interface (SPI) guide. of the NOR flash memory family w25qxx' flash integrated is a tested is a working. GithubCommunity. 8 MBit/s. Toggle navigation Arduino Library List Categories . beginTransaction to prevent usage conflicts. It is based heavily on the Adafruit_ILI9341 library and is designed to work with the Adafruit_GFX library . Written By: Cherie Tan. SPISettings mySPISettings(speed, dataOrder, dataMode) This can be used to define a SPI device interaction in your Arduino code, and is the system that allows you to change the way you interact with devices on the fly, by having preset definitions for speed, bit order and SPI Mode using the configuration values above. I'm trying to use only the C subset of Arduino. opk July 20, 2024, 9:58pm 1. * This file is free software; you can redistribute it and/or modify * it under the terms of either the GNU General Public License version 2 Dec 7, 2021 · Learn what SPI is, how it works, and how to set it up on the Arduino. Formerly SPIFlash - Marzogh/SPIMemory Arduino As SPI Slave give back some of our knowledge and resources to the community by opening up many of our company’s internal notes and libraries through SPI Library The SPI library allows you to communicate with one or more SPI (Serial Peripheral Interface) devices. Jan 3, 2019 · Now, we will connect two Arduino UNO boards together; one as a master and the other as a slave. To use this library, open the Library Manager in the Arduino IDE and install it from there. Extended SPI Library Usage with the Arduino Due ARDUINO. Communication. 5kHz+. All 3 parameters are combined to a single SPISettings object, which is given to SPI. * This file is free software; you can redistribute it and/or modify * it under the terms of either the GNU General Public License version 2 SWSPI, software SPI. use resistors or level translators on every signal. 16. I am using the Adafruits ST7789 library along with the gfx library. The SPI pins are also broken out on the ICSP header, which is physically compatible with the Uno, Duemilanove and Diecimila. beginTransaction() are to be used? Jun 16, 2024 · SPI Slave library for ESP32. And SPISettings and SPI. 6" display module. Watchers. tinySPI is an Arduino SPI master library for ATtiny24/44/84, 25/45/85, 261/461/861, 2313/4313 MCUs. 1. The sensor should be connected to the hardware SPI pins (MISO, MOSI, SCK). Tutorials. SPI protocols usually expect the master to request data on one transmission, and get a response on a subsequent one. BME280_Arduino_I2C: A simple library to recive data from BME280 sensor over I2C interface: BME280_Mini Dec 5, 2021 · I have a ESP8266 , so since it has a SPI port I decided to use the class library in my sketch. 6. Author: SparkFun Electronics Oct 30, 2024 · Arduino library for controlling single-wire-based LED pixels and strip. Following is the diagrammatic representation of the connection between both the boards −. To use the SPI library, you need to consider the following points. beginTransaction (), you will write the Chip Select pin LOW, call SPI. Arduino library for SPI based EEPROMs. As compared to the Arduino shiftOut() function, tinySPI. Run these from the Arduino IDE. Libraries. Use this constructor if your board and core support SPI and the keypad is connected to the predefined SPI pins for that boar Arduino library (SPI) for MS5611 pressure and temperature sensor. beginTransaction (). YouTube video: With most SPI devices, after SPI. This website is Open Source, please help improve it by submitting a change on GitHub: STM32 SPI library has been modified with the possibility to manage hardware CS pin linked to the SPI peripheral. Run from an Arduino Uno / Mega or similar running at 16 MHz clock speed. Hello forum please i need your help. An extension of HyperDisplay for the SSD1309, SPI and I2C class stubs are provided, and extension to custom interfaces is encouraged. transfer(buffer, size) I am reading 2 bytes from a device that does not receive any commands, so which of these prototypes Oct 16, 2024 · Color SPI LCD+OLED library with many unique features. Sep 16, 2023 · A library for easy use of Honeywell FMAMSDXX025WCSC3 sensor. This library is bundled with every Arduino platform (avr, megaavr, mbed, samd, sam, arc32), so you do not need to install the library separately. Resources Dec 21, 2012 · The Hardware SPI can run at a maximum of half FCPU. The library <SPI. The CS pin can be connected to any GPIO pin but should be passed to the constructor. Arduino SPI as Master Nov 13, 2024 · STM32 SPI using Arduino IDE Tutorial What is the SPI Protocol? SPI is a widely used interface in embedded systems for communication between microcontrollers and peripheral devices such as sensors, displays, and memory chips. SPI - Arduino Reference There are 3 overloads defined: receivedVal = SPI. See the Arduino documentation on how to install libraries for more information. Serial Peripheral Interface (SPI) is a Jul 2, 2022 · Display Library for ILI9486 SPI TFT display. * This file is free software; you can redistribute it and/or modify * it under the terms of either the GNU General Public License version 2 TTP229_SPI(bool invert) - The constructor takes an optional boolean to indicate whether the keypad is jumpered for inverted logic (0 for key pressed). 96 Inch SPI OLED Display Module with Arduino. There could also be a alternate method using direct port access in the software SPI that would be somewhere between hardware SPI and software SPI using arduino digital pin commands. Before start programming for SPI communication between two Arduinos. using 0. For other (generic) processors only SPI interface displays are supported and the slower Arduino SPI library functions are used by the library. Arduino library for Flash Memory Chips (SPI based only). (SS) : pin 10 (MOSI) : pin 11 (MISO) : pin 12 (SCK) : pin 13; The ground is common. SPI Slave library for ESP32. ON THIS PAGE. I just can't find setting up libraries for working with a screen and arduino uno. Just initialize the SPI library in your Arduino sketch with this line: Feb 23, 2023 · I am working on a project and I need an AD7768-1 library to make this analog-digital-converter talk to my Arduino using SPI. Just wanted to use the same shield with the mega as it provides more analog ins and ISR enabled digital pins. Difficulty. Compatibility. /examples - Example sketches for the library (. Jul 25, 2024 · Serial Peripheral Interface (SPI) is a synchronous serial communication protocol commonly used in microcontrollers and embedded systems. Note that the interrupt specified in the call to usingInterrupt() will be disabled on a call to beginTransaction and re-enabled in Aug 27, 2012 · LCDs are a fun and easy way to have your microcontroller project talk back to you. Library. It uses the Arduino SPI library to communicate with the SPI interface (nSCS, SCLK, SDI, and SDO) of the DRV8434S. A library for easy use of Honeywell FMAMSDXX025WCSC3 sensor Mar 14, 2023 · Use SPISettings with SPI. h> in your code. you can download and test it to see if it works this library is working SPI and Arduino SPI Library, SPI Modes, Transaction & Transfer methods. This website is Open Source, please help improve it by submitting a change on GitHub: Adafruit-style Arduino library for ST7796S SPI displays. * * However if we simply initialize two instance of the SPI class for both * of these buses both can be used. Dec 22, 2020 · I made a program for a Teensy 4. SPI. Communication; Arduino SPI Library Commands. (Experimental). 3V logic. Read and write different types of Radio-Frequency IDentification (RFID) cards on your Arduino using a RC522 based reader connected via the Serial Peripheral Interface (SPI) interface. See the syntax section below. 0 license Activity. Feb 4, 2022 · Unified interface for selecting hardware or software SPI implementations on Arduino platforms. 3V logic signals. When utilizing the capabilities of SPI with Arduino, there is no need to go into complex low-level coding. And obviously use libraries that understand SPI. For an Arduino, that is 8MHz. Download: SPI is included with Arduino. To code up a 32 bit transfer, continue to call the SPI. That library supporting code c c++. On the Arduino Due, the SAM3X has advanced SPI capabilities. txt - Keywords from this library that will be highlighted in the Arduino IDE. Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip Topics. For a complete solution also download a end-point library that depends on this library. Sep 26, 2020 · Hi, I bought an LCD ST7796S 4 "SPI with a touch and sd. Note that the popular Chinese Red SPI displays require 3. beginTransaction() to configure SPI parameters. arduino-library Resources. i want to use LORA E22 sx1268 RF Arduino Display Library for SPI E-Paper Displays Topics. endTransaction (). bool WriteRegister(const uint8_t reg, const uint8_t data, const int32_t spi_clock) Writes register data to the sensor given the register address and the data. Jan 25, 2022 · Serial Peripheral Interface (SPI) is a synchronous serial data protocol used by Microcontrollers for communicating with one or more peripheral devices quickly over short distances. begin(bool hwCS) can take an options hwCS parameter. com * SPI Master library for arduino. Contribute to PaulStoffregen/SPI development by creating an account on GitHub. I have made some heavy modifications, as the typical Adafruit TFT libraries are designed to work with 16bit color (RGB565), and the ILI9488 can only do 24bit /* The ESP32 has four SPi buses, however as of right now only two of * them are available to use, HSPI and VSPI. Use. Use proper libraries like ILI9341 Jul 20, 2024 · Lora E22 400M33s SPI Arduino library. SS pin (Slave Select) is the so called CS pin (Chip Select) in the library and needs to be changed accordingly on Oct 18, 2023 · Arduino SPI Library. tinySPI utilizes the USI hardware in the ATtiny MCUs; it is smaller and significantly faster than shiftOut(). /src - Source files for the library (. Sep 26, 2015 · Because data is sent and received on the same clock pulse it is not possible for the slave to respond to the master immediately. As I understand it, there are 3 libraries that should work with this screen: MC… SPI Memory library for Arduino This project, Arduino framework with togeter writed for flash memory is a library. Tested on Arduino IDE 1. transfer any number of times to transfer data, then write the CS pin HIGH, and finally call SPI. UART) transactions and registers. (Formerly SPIFlash) This library is compatible with the avr, sam, samd, esp8266, esp32, Simblee, stm32, nrf52 architectures. Author Rei Vilo, Stefan Schauer <style>. ino). Author: Rob Tillaart. 0 (worked well) and then I changed the board to a STM32F401 board I am using the SPI Arduino library When I go to Verify I get errors when using the black Pill SPI. UTouch and UTFT have no concept of hardware SPI. Although it does page writing, you don't have to take care about the page limits. Enable SPI communication; Select mode as Master or Slave May 13, 2024 · If your program will perform SPI transactions within an interrupt, call this function to register the interrupt number or name with the SPI library. transfer are very confusing. Higher clock speed processors such as used for the Teensy 3. Medium. In many datasheet of SPI devices, the SPI modes are often shown as a combination of SCLK Clock Polarity(CPOL) and SCLK Phase (CPHA). 5V The Arduino SPI documentation gives a detailed overview of the library, except for the following RP2040-specific changes: SPI. A simple SPI library to interface with Austria Microsystem's AS5048A angle sensor with an Arduino or an ESP32. The SPI Library is included in every Arduino core/platform, so you do not need to install it externally. GPL-3. This library allows you to communicate with SPI devices, with the Arduino as the master device. h> is included in the program for using the following functions for SPI communication. Nov 21, 2022 · Software SPI class for Arduino with support of not 8-bit aligned transfers. cpp, . h> See full list on github. You need to look after the levels. " The AD7768-1" doesn't exist in Arduino's library. Bear in mind that most devices will work with 3. Created by @njh. It can also be used for communication between two microcontrollers. transfer method using the SPI_CONTINUE parameter. By passing in true for hwCS the sketch does not need to worry about asserting and deasserting the CS pin between transactions. See an example project of controlling an MCP4131 digital potentiometer with SPI. Stars. Nov 20, 2019 · Arduino library for communicating with Honeywell TruStability HSC or SSC pressure sensors over SPI. Adafruit. But the SPI library uses C++. * SPI Master library for arduino. Although it uses page writing, you don't have to worry about the page limits. HoneyWellFMA_SPI. With this library you can write data to and read data from SPI based EEPROMs of the 25 series, including small EEPROMs like the 25LC0x0A or ST950x0 with x = 1,2,4,8. Install the library using either the . Arduino offers a user-friendly library for your convenience. Dec 12, 2024 · Hello all. When all of your settings are constants, SPISettings should be used directly in SPI. Projects. Originally based on Estee_TMC5130 code by Mike Estee. 0. This is a library for the Arduino IDE that helps interface with a DRV8434S stepper motor driver. Connection Since this library uses SPI for the precise timing needed, the data pin for the NeoPixels is MOSI. May 20, 2024 · This library is bundled with every Arduino platform (avr, megaavr, mbed, samd, sam, arc32), so you do not need to install the library separately.
wijxu bzm wuobbjv syrtgd rtpx dqe zerjtw zrinmbg rwh igb
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}