Git Product home page Git Product logo

hackheld's People

Contributors

caraffa-git avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hackheld's Issues

OLED to PCB Pinout Conflict

The README.md file shows the following pinout for the OLED:
image

The current KiCAD PCB file shows the following pinout:
image

Using the left and right buttons?

Hello,

How can i use the left and right buttons on my Hackheld Vega?

According to the board print, they are on D0 and D7, which are 16 and 13 microcontroller pins respectively.

I tried adding this to the Button block in A_config.h:

#define BUTTON_LEFT 16 // D0
#define BUTTON_RIGHT 13 // D7 

Then, using them in DisplayUI class:

void DisplayUI::setupButtons() {
(...)
leftBtn  = new ButtonPullup(BUTTON_LEFT);
rightBtn = new ButtonPullup(BUTTON_RIGHT);
(...)
// === BUTTON LEFT === //
leftBtn->setOnClicked([this]() {
scan.stop();
});

That doesn't work, though - nothing happens on button press.

Display flip

Hi, I'm using Hackheld firmware on my NodeMCU and I have a different display position (flipped upside down). Can I flip the display in the firmware? I was using a (.bin) file to program

Display test sketch?

Hi!
I bought your PCB and I'm using a D1 mini and an 1106-display.
The neopixel is lighting up when supplying power from USB to the D1.
But not the screen.
Do you know of any sketch that I can test my display when its connected to your PCB?

Thanks!

Kjell

Alternative firmwares?

This may be an elementary question, and for that I apologize in advance. Would it be feasible to install Circuitpython or MicroPython on one of these units, or does the hardware have functionality that would preclude doing so?

Hii

Not able to download the Gerber file plz help me out

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.