Skip to content

Commit

Permalink
Merge branch 'master' of github.com:leonmavr/HIP35
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr committed Dec 4, 2023
2 parents 9558002 + 5965e54 commit 828e6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,7 +32,7 @@ acting as buffers.

| HP-35 | HIP-35 |
|---------|---------|
| <img src="https://raw.githubusercontent.com/leonmavr/HIP35/master/assets/wiki_image.jpg" alt="HP 35 front face" width="200"/> | <img src="https://raw.githubusercontent.com/leonmavr/HIP35/master/assets/demo_screenshot.png" alt="hip 35 screenshot" width="445"/> |
| <img src="https://raw.githubusercontent.com/leonmavr/HIP35/master/assets/wiki_image.jpg" alt="HP 35 front face" height="325"/> | <img src="https://raw.githubusercontent.com/leonmavr/HIP35/master/assets/demo_screenshot.png" alt="hip 35 screenshot" height="325"/> |

## 2. Usage

Expand Down Expand Up @@ -100,7 +100,7 @@ the UI or without it (given a string) as follows:
```
#include "hip35.h"
//...
auto hp = std::make_unique<Ui::Hip35>(Key::keypad);
auto hp = std::make_unique<Ui::Hip35>(key::keypad);
// using the UI
hp->RunUI();
// or without it
Expand Down

0 comments on commit 828e6c0

Please sign in to comment.