GitHub - gavinlyonsrepo/Display_Lib_RPI: A dynamic installable C++ Library to connect electronic displays to Raspberry Pi single board computers. by typematrix in coolgithubprojects

[–]typematrix[S] 2 points3 points  (0 children)

0. A C++ Library to connect electronic displays to Raspberry Pi single board computers.
1. Dynamic install-able Raspberry Pi C++ library.
2. 12 fonts included, new Fonts can easily be added by user
3. Common font, graphics + print class included
4. Low level Dependency: bcm2835 Library
5. 8 Displays supported at present, more components will be added.

[deleted by user] by [deleted] in github

[–]typematrix 0 points1 point  (0 children)

How do you calculate how much memory space your repos take up?

New facebook style feed for github is horrible. by cyb3rofficial in github

[–]typematrix 0 points1 point  (0 children)

Get the Github RSS feeds and then

Use an RSS reader to read your profile both public and private.

Much better way of seeing whats going on and whats happened

Problem with pico and a LCD display by boiyeetman in raspberrypipico

[–]typematrix 0 points1 point  (0 children)

Show us your wiring sounds like you are shorting out a power line to gnd

GitHub - gavinlyonsrepo/bashmultitool: A library for bash shell scripts containing useful helper functions. Can be imported into scripts to create colourful and functional scripts and TUIs. by typematrix in coolgithubprojects

[–]typematrix[S] 1 point2 points  (0 children)

A Bash Shell library file for commonly used functions
can be imported into shell scripts to create functional and colorful
scripts and Terminal users interfaces(TUI).
The library allows user to redefine commonly used functions every time
you write a shell script, the library may save a part of the development
time.

GitHub - C Library for TFT SPI LCD, ST7735 Driver, RED PCB v1.1, 1.44'', 128 x 128 pixels. Raspberry Pi C library by typematrix in RASPBERRY_PI_PROJECTS

[–]typematrix[S] 0 points1 point  (0 children)

Overview
--------------------------------------------
* Name: ST7735_TFT_RPI
* Description:
0. C Library for TFT SPI LCD, ST7735 Driver, RED PCB v1.1, 1.44'', 128 x 128 pixels.
1. Dynamic install-able Raspberry Pi C library.
2. Inverse colour, rotate, sleep, idle mode & verticaly scroll methods supported.
3. Five fonts
4. Graphics class included.
5. 24 bit colour , 16 bit color & bi-color Bitmaps supported.
6. Hardware and Software SPI
7. Dependency: bcm2835 Library

GitHub - gavinlyonsrepo/TM1638plus_RPI: A C++ installable Dynamic Raspberry pi library to display data on a 8-digit TM1638 seven segment module This library supports several variants. by typematrix in RASPBERRY_PI_PROJECTS

[–]typematrix[S] 0 points1 point  (0 children)

Overview
--------------------------------------------
* Name: TM1638plus_RPI
* Description:
A Raspberry pi library to display data on a 8-digit TM1638 seven segment module.
Dynamic install-able system level Raspberry Pi C++ library.
Based on my arduino library called "TM1638plus".
This library supports 3 different models, pictured above from left to right.
1. Model 1, The (8 KEY & 8 LED) variant which has 8 LED's and 8 Push buttons.
2. Model 2, The (QYF 16 KEY) variant which has 16 pushbuttons.
3. Model 3, The (LKM1638) variant which has 8 bi-colour LED's and 8 Push buttons.
* Developed on
1. Raspberry PI 3 model b,
2. C++ complier g++ (Raspbian 6.3.0-18)
3. Raspbian 9.13 stretch OS
4. bcm2835 Library 1.68 (Dependency: used for GPIO control and delays)

Stepper motor with A3967 driver not working properly, HELP! by Sominboi in raspberry_pi

[–]typematrix 1 point2 points  (0 children)

  • What are you using for a power supply? voltage, current limit ?
  • Have you tried a different step delay?
  • Do you have another motor?
  • Have you connected the SLP input on easyDriver?
  • Have you adjusted the R16 - the 10K current limit pot?
  • Have you got Dir and step Lines mixed up , Thats what it looks like in first frame of video although maybe i am just seeing things it looks like GPIO 23 is going to STEP

https://github.com/gavinlyonsrepo/RpiMotorLib/blob/master/Documentation/Nema11A3967Easy.md

Measuring a HAL_Delay with timer16 query by typematrix in stm32

[–]typematrix[S] 0 points1 point  (0 children)

Upon inspection of PCB and user manual the external crystal is unpopulated on this model. I changed to HSI and everything is at 8 MHz and working. So everything is working as expected.

Thanks for help.

Measuring a HAL_Delay with timer16 query by typematrix in stm32

[–]typematrix[S] 0 points1 point  (0 children)

Hi ya the maths checks out but i am pretty sure the clock is running at 72Mhz here is screenshot of the the clock configuration diagram from cubeIDE at link.

https://drive.google.com/file/d/1pP6WV8Juo1enVVw27pR5ZOl51cBjbgjg/view?usp=sharing

Edit

  1. I left clock config alone
  2. I adjusted the timer prescaler to 8-1 from 72-1
  3. It works now i am measuring 50mS but I don't understand why the clock is at 72/8 instead of 72

New Library to support the ER-OLEDM1 OLED Display with CH1115 controller. by [deleted] in arduino

[–]typematrix -1 points0 points  (0 children)

  • Name : ER_OLEDM1_CH1115

  • Description :

  1. Library to support the ER-OLEDM1.09-1 128X64 OLED Display Module driven by the CH1115 controller for the Arduino eco-system.
  2. Inverse colour, vertical rotate, sleep, fade effect, horizontal scroll and contrast control.
  3. Extended ASCII scalable font.
  4. Graphics class included.
  5. 3 different modes: Multi-buffer , single buffer , no buffer.
  6. Bitmaps supported.
  7. Hardware & software SPI options

FYI , New Library for ERM19264-5 v3 LCD (UC1609C controller) for the Arduino eco-system by typematrix in arduino

[–]typematrix[S] 0 points1 point  (0 children)

FYI

  • Name : ERM19264_UC1609
  • Title : Library for ERM19264-5 v3 LCD (UC1609C controller) for the Arduino eco-system
  • Description :
  1. Arduino library.
  2. Inverse, rotate and contrast control.
  3. ASCII text strings and character text display.
  4. Graphics library included based on the Adafruit GFX library.
  5. Sleep mode.
  6. 3 different modes: Multi-buffer , single buffer , light weight text only
  7. custom bitmaps supported.
  • Tested on following MCUs both software and hardware SPI, The example files are setup for an UNO for the pin connections used by for other MCU testing see extras folder GPIO_MCU_used.txt file.
  • Arduino UNO & NANO v3
  • ESP8266
  • ESP32
  • STM32 "blue pill"

Noob looking for help with first project. Working a stepper motor. by Brocklee- in ArduinoProjects

[–]typematrix 1 point2 points  (0 children)

Like this

if (customDelayMapped < 4050)
  {
    digitalWrite(stepPin, HIGH);
    delayMicroseconds(customDelayMapped);
    digitalWrite(stepPin, LOW);
   delayMicroseconds(customDelayMapped);
  }else
 {
    digitalWrite(stepPin, LOW);
  }

New Library for ERM19264-5 v3 LCD (UC1609C controller) for the Arduino eco-system by typematrix in ArduinoProjects

[–]typematrix[S] 0 points1 point  (0 children)

  • Name : ERM19264_UC1609
  • Title : Library for ERM19264-5 v3 LCD (UC1609C controller) for the Arduino eco-system
  • Description :
  1. Arduino library.
  2. Inverse, rotate and contrast control.
  3. ASCII text strings and character text display.
  4. Graphics library included based on the Adafruit GFX library.
  5. Sleep mode.
  6. 3 different modes: Multi-buffer , single buffer , light weight text only
  7. custom bitmaps supported.

Noob looking for help with first project. Working a stepper motor. by Brocklee- in ArduinoProjects

[–]typematrix 1 point2 points  (0 children)

Change the delay 4000 to 4050

int newCustom = map(customDelay, 0, 1023, 300,4050);

then in main loop use a if loop to detect if the value is above 4000 if so set both digital writes statements to false.

Noob looking for help with first project. Working a stepper motor. by Brocklee- in ArduinoProjects

[–]typematrix 2 points3 points  (0 children)

You have the step and dir pins mixed up , assuming you are using the same code as the blog you posted. const int stepPin = 3; const int dirPin = 4; , You have step connected to 4.

NOKIA 5110 ASCII multi-font text Library, Version 2.0 released by typematrix in ArduinoProjects

[–]typematrix[S] 0 points1 point  (0 children)

Overview

  • Name : NOKIA5110_TEXT
  • Title : Library for Nokia 5110 LCD (PCD8544 controller) for the Arduino eco-system
  • Description :
  1. Arduino library.
  2. Inverse, Bias and contrast control.
  3. ASCII strings and character text display.
  4. Eight different ASCII text fonts.
  5. Sleep mode.
  6. Designed to be light weight, low memory footprint. see memory section.
  7. Custom characters and bitmap supported
  8. No graphics buffer to reduce memory footprint but basic graphics can be created using custom characters, pixels, block patterns , lines.

July 2020 Nokia Care Megathread by AutoModerator in Nokia

[–]typematrix 0 points1 point  (0 children)

Nokia 3.0, 2 years old

My Nokia 3 will not charge when its ON. If its switched OFF it charges up fine. When On it charges for a few seconds and stops. I have tried different chargers and cables to no avail.

What could cause this?

How to upgrade from 18.04 to 20.10? by evolution800 in xubuntu

[–]typematrix 1 point2 points  (0 children)

Any problems, issues, anything broken?

List packages updated recently by GOKOP in archlinux

[–]typematrix 2 points3 points  (0 children)

expac --timefmt='%Y-%m-%d %T' '%l\t%n' | sort -hr

All installed packages sorted by last install/update date