Skip to content

Commit

Permalink
deleted leftover pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
limpkin committed May 4, 2015
1 parent 3b5676b commit c650407
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file added bitmaps/1_login_select - Copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/1_login_select.img
Binary file not shown.
Binary file modified bitmaps/1_login_select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/bundle.img
Binary file not shown.
2 changes: 1 addition & 1 deletion bitmaps/win_command.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python bundle.py -s fw_strings.txt -o bundle.img 0_Mooltipass.img 1_login_select.img 2_login_right_arrow.img 3_yes_no_frame.img 4_tick.img 5_cross.img 6_information.img 7_font_profont_10.img 8_insert_smartcard.img 9_main_screen.img 10_settings_screen.img 11_left_arrow.img 12_right_arrow.img 13_pin_lines.img 14_sleep_symbol.img 15_find_login.img 16_font_profont_18.img 17_font_profont_24.img 18_EN_US_keyb_lut.img 19_FR_FR_keyb_lut.img 20_ES_ES_keyb_lut.img 21_DE_DE_keyb_lut.img 22_ES_AR_keyb_lut.img 23_EN_AU_keyb_lut.img 24_FR_BE_keyb_lut.img 25_PO_BR_keyb_lut.img 26_EN_CA_keyb_lut.img 27_CZ_CZ_keyb_lut.img 28_DA_DK_keyb_lut.img 29_FI_FI_keyb_lut.img 30_HU_HU_keyb_lut.img 31_IS_IS_keyb_lut.img 32_IT_IT_keyb_lut.img 33_NL_NL_keyb_lut.img 34_NO_NO_keyb_lut.img 35_PO_PO_keyb_lut.img 36_RO_RO_keyb_lut.img 37_SL_SL_keyb_lut.img 38_FRDE_CH_keyb_lut.img 39_EN_UK_keyb_lut.img 39_EN_UK_keyb_lut.img 40_yes_no_frame_int.img 41_trailer.img
python bundle.py -s fw_strings.txt -o bundle.img 0_Mooltipass.img 1_login_select.img 2_login_right_arrow.img 3_yes_no_frame.img 4_tick.img 5_cross.img 6_information.img 7_font_profont_10.img 8_insert_smartcard.img 9_main_screen.img 10_settings_screen.img 11_left_arrow.img 12_right_arrow.img 13_pin_lines.img 14_sleep_symbol.img 15_find_login.img 16_font_profont_18.img 17_font_profont_24.img 18_EN_US_keyb_lut.img 19_FR_FR_keyb_lut.img 20_ES_ES_keyb_lut.img 21_DE_DE_keyb_lut.img 22_ES_AR_keyb_lut.img 23_EN_AU_keyb_lut.img 24_FR_BE_keyb_lut.img 25_PO_BR_keyb_lut.img 26_EN_CA_keyb_lut.img 27_CZ_CZ_keyb_lut.img 28_DA_DK_keyb_lut.img 29_FI_FI_keyb_lut.img 30_HU_HU_keyb_lut.img 31_IS_IS_keyb_lut.img 32_IT_IT_keyb_lut.img 33_NL_NL_keyb_lut.img 34_NO_NO_keyb_lut.img 35_PO_PO_keyb_lut.img 36_RO_RO_keyb_lut.img 37_SL_SL_keyb_lut.img 38_FRDE_CH_keyb_lut.img 39_EN_UK_keyb_lut.img 40_yes_no_frame_int.img 41_trailer.img
Binary file modified source_code/Mooltipass.atsuo
Binary file not shown.
2 changes: 1 addition & 1 deletion source_code/src/GUI/gui_credentials_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ uint8_t displayCurrentSearchLoginTexts(char* text, uint16_t* resultsarray, uint8

for (i = 0; i < 4; i++)
{
oledFillXY((i&1)*175, 6+(i&2)*19, 81, 14, 0x00);
oledFillXY((i&1)*172, 5+(i&2)*20, 84, 14, 0x00);
}

// Print the next 4 services (loop is until 5 for additional checks)
Expand Down

0 comments on commit c650407

Please sign in to comment.